From 2c2e6383a885a4b76f492a83882114e85499c9d8 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Thu, 9 Dec 2021 10:22:30 +0100 Subject: [PATCH] gnonograms: 1.4.5 -> 2.0.0 --- pkgs/games/gnonograms/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/games/gnonograms/default.nix b/pkgs/games/gnonograms/default.nix index 7a696001a15f..cfe1085ca27b 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; {