gnonograms: 2.0.0 -> 2.1.2

+2 -12
+2 -12
pkgs/games/gnonograms/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , vala 6 5 , meson 7 6 , ninja ··· 19 18 20 19 stdenv.mkDerivation rec { 21 20 pname = "gnonograms"; 22 - version = "2.0.0"; 21 + version = "2.1.2"; 23 22 24 23 src = fetchFromGitHub { 25 24 owner = "jeremypw"; 26 25 repo = "gnonograms"; 27 26 rev = "v${version}"; 28 - sha256 = "sha256-2uXaybpCAm9cr0o7bqfhgD7mMNPwtv1X/PgnFnSDOl0="; 27 + sha256 = "sha256-TkEVjrwlr4Q5FsfcdY+9fxwaMq+DFs0RwGI2E+GT5Mk="; 29 28 }; 30 - 31 - patches = [ 32 - # Fix build with meson 0.61, can be removed on next release 33 - # https://github.com/jeremypw/gnonograms/pull/45 34 - (fetchpatch { 35 - url = "https://github.com/jeremypw/gnonograms/commit/0e90d8ff42d64a94002ec8500889bc4d7e06c1b6.patch"; 36 - sha256 = "sha256-G/yqsZFmOA69A3E2CROMYAS5vmok/K5l1S/M2m8DMh4="; 37 - }) 38 - ]; 39 29 40 30 postPatch = '' 41 31 patchShebangs meson/post_install.py