summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-16 22:12:02 +0800
committerGitHub <noreply@github.com>2021-12-16 22:12:02 +0800
commit98df40c9fe40ee1036ac99b1795f529617cfafde (patch)
tree5a28ccffc9cc91186f2d5f665b43d470b5c8e9f1 /pkgs/games
parent759f4afc650438da18529cb07ab0fe6b7b6194c8 (diff)
parent2c2e6383a885a4b76f492a83882114e85499c9d8 (diff)
Merge pull request #149814 from fgaz/gnonograms/2.0.0
gnonograms: 1.4.5 -> 2.0.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gnonograms/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/games/gnonograms/default.nix b/pkgs/games/gnonograms/default.nix
index 7a696001a15fe..cfe1085ca27b9 100644
--- a/pkgs/games/gnonograms/default.nix
+++ b/pkgs/games/gnonograms/default.nix
@@ -13,17 +13,18 @@
 , gtk3
 , pantheon
 , libgee
+, libhandy
 }:
 
 stdenv.mkDerivation rec {
   pname = "gnonograms";
-  version = "1.4.5";
+  version = "2.0.0";
 
   src = fetchFromGitHub {
     owner = "jeremypw";
     repo = "gnonograms";
     rev = "v${version}";
-    sha256 = "1ly3inp6dvjrixdysz5hdfwlhbs49ks0lf8062z2iq6gaf8ivkb2";
+    sha256 = "sha256-2uXaybpCAm9cr0o7bqfhgD7mMNPwtv1X/PgnFnSDOl0=";
   };
 
   postPatch = ''
@@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
     gtk3
     pantheon.granite
     libgee
+    libhandy
   ];
 
   meta = with lib; {