diff options
| author | Bobby Rong <rjl931189261@126.com> | 2022-06-24 19:28:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 19:28:03 +0800 |
| commit | 414e29d739be6f1d5523bcaff6f0e98e26c44f5b (patch) | |
| tree | 252fe8b0eccd97e0ae5bf7b6ec5d2f35fb11e541 | |
| parent | Merge pull request #178757 from NixOS/backport-178648-to-release-22.05 (diff) | |
| parent | gnonograms: 2.0.0 -> 2.1.2 (diff) | |
| download | nixpkgs-414e29d739be6f1d5523bcaff6f0e98e26c44f5b.tar.gz | |
Merge pull request #178849 from NixOS/backport-178362-to-release-22.05
[Backport release-22.05] gnonograms: 2.0.0 -> 2.1.2
| -rw-r--r-- | pkgs/games/gnonograms/default.nix | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/games/gnonograms/default.nix b/pkgs/games/gnonograms/default.nix index 21f522d3418f..2446384ff719 100644 --- a/pkgs/games/gnonograms/default.nix +++ b/pkgs/games/gnonograms/default.nix @@ -1,7 +1,6 @@ { lib , stdenv , fetchFromGitHub -, fetchpatch , vala , meson , ninja @@ -19,24 +18,15 @@ stdenv.mkDerivation rec { pname = "gnonograms"; - version = "2.0.0"; + version = "2.1.2"; src = fetchFromGitHub { owner = "jeremypw"; repo = "gnonograms"; rev = "v${version}"; - sha256 = "sha256-2uXaybpCAm9cr0o7bqfhgD7mMNPwtv1X/PgnFnSDOl0="; + sha256 = "sha256-TkEVjrwlr4Q5FsfcdY+9fxwaMq+DFs0RwGI2E+GT5Mk="; }; - patches = [ - # Fix build with meson 0.61, can be removed on next release - # https://github.com/jeremypw/gnonograms/pull/45 - (fetchpatch { - url = "https://github.com/jeremypw/gnonograms/commit/0e90d8ff42d64a94002ec8500889bc4d7e06c1b6.patch"; - sha256 = "sha256-G/yqsZFmOA69A3E2CROMYAS5vmok/K5l1S/M2m8DMh4="; - }) - ]; - postPatch = '' patchShebangs meson/post_install.py ''; |
