Merge pull request #238556 from fgaz/shattered-pixel-dungeon/2.1.2

shattered-pixel-dungeon: 2.0.2 -> 2.1.2
This commit is contained in:
Weijia Wang 2023-06-20 03:19:12 +03:00 committed by GitHub
commit 3b0b099be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
let
pname = "shattered-pixel-dungeon";
version = "2.0.2";
version = "2.1.2";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
sha256 = "sha256-gg8FHLkw964mYejXvK5GClTvTLGK3FyXR8Kkxjl/pRs=";
hash = "sha256-RBb59aFewOKom6pfi+VU7QpGHfdz1HR8Hujc1nWUl9U=";
};
patches = [
@ -49,7 +49,7 @@ let
| sh
'';
outputHashMode = "recursive";
outputHash = "sha256-ojwvs6j3R31723lfRlKdeyR5+txnetyK3foJTLqy28Q=";
outputHash = "sha256-i4k5tdo07E1NJwywroaGvRjZ+/xrDp6ra+GTYwTB7uk=";
};
in stdenv.mkDerivation rec {