gnonograms: 2.0.0 -> 2.1.2

+2 -12
+2 -12
pkgs/games/gnonograms/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , vala 6 , meson 7 , ninja ··· 19 20 stdenv.mkDerivation rec { 21 pname = "gnonograms"; 22 - version = "2.0.0"; 23 24 src = fetchFromGitHub { 25 owner = "jeremypw"; 26 repo = "gnonograms"; 27 rev = "v${version}"; 28 - sha256 = "sha256-2uXaybpCAm9cr0o7bqfhgD7mMNPwtv1X/PgnFnSDOl0="; 29 }; 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 40 postPatch = '' 41 patchShebangs meson/post_install.py
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , vala 5 , meson 6 , ninja ··· 18 19 stdenv.mkDerivation rec { 20 pname = "gnonograms"; 21 + version = "2.1.2"; 22 23 src = fetchFromGitHub { 24 owner = "jeremypw"; 25 repo = "gnonograms"; 26 rev = "v${version}"; 27 + sha256 = "sha256-TkEVjrwlr4Q5FsfcdY+9fxwaMq+DFs0RwGI2E+GT5Mk="; 28 }; 29 30 postPatch = '' 31 patchShebangs meson/post_install.py