shattered-pixel-dungeon: 0.7.4c -> 0.7.5e

This commit is contained in:
Francesco Gazzetta 2019-10-26 11:03:34 +02:00
parent 22470fff35
commit 882a960312

View File

@ -11,13 +11,13 @@
let let
pname = "shattered-pixel-dungeon"; pname = "shattered-pixel-dungeon";
version = "0.7.4c"; version = "0.7.5e";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "00-Evan"; owner = "00-Evan";
repo = "shattered-pixel-dungeon-gdx"; repo = "shattered-pixel-dungeon-gdx";
rev = "v${version}"; rev = "v${version}";
sha256 = "0bsr8fnc4pips0dbpizzp347nr875b14vkh4jkgnsv03myq2nva4"; sha256 = "1wy5qlfsq7dqvn4g0glm1v60xildv44ww3p396wmgi390c9zg18d";
}; };
postPatch = '' postPatch = ''
@ -43,7 +43,7 @@ let
''; '';
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = "1xi0km54rhlfsis50j1v5pqs6fr36dqkmqgvk0j7qyij7i6qjrnj"; outputHash = "1k0v5scadw9ziq4dw2rckmh8x2xlmxslfsxmpw79zg78n3hvwhf1";
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {