Merge pull request #101837 from xfix/sgtpuzzles-20200610

sgtpuzzles: 20191114 -> 20200610
This commit is contained in:
Michael Raskin 2020-10-27 16:08:02 +00:00 committed by GitHub
commit 7371c2cc9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "sgt-puzzles-r${version}";
version = "20191114.1c0c49d";
version = "20200610.9aa7b7c";
src = fetchurl {
url = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz";
sha256 = "01fi2f3w71bfbgcfr6gxdp5a9cxh4dshbflv83q2j5rxxs2ll870";
sha256 = "0rrd1c77ar91zqy4rr4xp1z7x3ywnshlac99cga4hnrgwb7vwl3f";
};
sgt-puzzles-menu = fetchurl {

View file

@ -25514,7 +25514,7 @@ in
sfrotz = callPackage ../games/sfrotz { };
sgtpuzzles = callPackage (callPackage ../games/sgt-puzzles) { };
sgtpuzzles = callPackage ../games/sgt-puzzles { };
shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { };