about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Evans <michaelgrahamevans@users.noreply.github.com>2024-09-28 14:56:12 +0200
committerGitHub <noreply@github.com>2024-09-28 14:56:12 +0200
commit7f6277f84bf58a41de632d47dbc2e51794fbc73e (patch)
tree17959d43cb99b2ecc78369651861f3c19485d72b
parent31da20676764863401730d0a3e5e00ea32053ed2 (diff)
chess-clock: 0.6.0 -> 0.6.1 (#344378)
-rw-r--r--pkgs/by-name/ch/chess-clock/package.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/by-name/ch/chess-clock/package.nix b/pkgs/by-name/ch/chess-clock/package.nix
index 9e36fc97d00a8..2074e5404c414 100644
--- a/pkgs/by-name/ch/chess-clock/package.nix
+++ b/pkgs/by-name/ch/chess-clock/package.nix
@@ -15,14 +15,14 @@
 
 stdenv.mkDerivation rec {
   pname = "chess-clock";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "World";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-wwNOop2V84vZO3JV0+VZ+52cKPx8xJg2rLkjfgc/+n4=";
+    hash = "sha256-XDOCHFZC3s3b/4kD1ZkhWar3kozW3vXc0pk7O6oQfiE=";
   };
 
   nativeBuildInputs = [
@@ -45,10 +45,9 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Time games of over-the-board chess";
-    mainProgram = "chess-clock";
     homepage = "https://gitlab.gnome.org/World/chess-clock";
-    changelog = "https://gitlab.gnome.org/World/chess-clock/-/releases/v${version}";
     license = licenses.gpl3Plus;
+    mainProgram = "chess-clock";
     maintainers = with maintainers; [ michaelgrahamevans ];
   };
 }