aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/shattered-pixel-dungeon
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2019-10-26 11:03:34 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2019-10-26 11:10:18 +0200
commit882a96031272cd76d2aca76de78d3b8787cced25 (patch)
treee99877ed0896ace2830310fd4812bc7207f78a71 /pkgs/games/shattered-pixel-dungeon
parent22470fff35a2b4de1a898175675dace9f627fdeb (diff)
shattered-pixel-dungeon: 0.7.4c -> 0.7.5e
Diffstat (limited to 'pkgs/games/shattered-pixel-dungeon')
-rw-r--r--pkgs/games/shattered-pixel-dungeon/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/shattered-pixel-dungeon/default.nix b/pkgs/games/shattered-pixel-dungeon/default.nix
index 96ef04045b7c..1bf4bde9ef2a 100644
--- a/pkgs/games/shattered-pixel-dungeon/default.nix
+++ b/pkgs/games/shattered-pixel-dungeon/default.nix
@@ -11,13 +11,13 @@
let
pname = "shattered-pixel-dungeon";
- version = "0.7.4c";
+ version = "0.7.5e";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon-gdx";
rev = "v${version}";
- sha256 = "0bsr8fnc4pips0dbpizzp347nr875b14vkh4jkgnsv03myq2nva4";
+ sha256 = "1wy5qlfsq7dqvn4g0glm1v60xildv44ww3p396wmgi390c9zg18d";
};
postPatch = ''
@@ -43,7 +43,7 @@ let
'';
outputHashAlgo = "sha256";
outputHashMode = "recursive";
- outputHash = "1xi0km54rhlfsis50j1v5pqs6fr36dqkmqgvk0j7qyij7i6qjrnj";
+ outputHash = "1k0v5scadw9ziq4dw2rckmh8x2xlmxslfsxmpw79zg78n3hvwhf1";
};
in stdenv.mkDerivation rec {