forked from mirrors/nixpkgs
Merge pull request #124041 from fgaz/shattered-pixel-dungeon/0.9.2b
This commit is contained in:
commit
ebd5042606
|
@ -10,15 +10,15 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "shattered-pixel-dungeon";
|
pname = "shattered-pixel-dungeon";
|
||||||
version = "0.9.2";
|
version = "0.9.2b";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "00-Evan";
|
owner = "00-Evan";
|
||||||
repo = "shattered-pixel-dungeon";
|
repo = "shattered-pixel-dungeon";
|
||||||
# NOTE: always use the commit sha, not the tag. Tags _will_ disappear!
|
# NOTE: always use the commit sha, not the tag. Tags _will_ disappear!
|
||||||
# https://github.com/00-Evan/shattered-pixel-dungeon/issues/596
|
# https://github.com/00-Evan/shattered-pixel-dungeon/issues/596
|
||||||
rev = "5be9ee815f1fc6e3511a09a367d3f9d8dc55c783";
|
rev = "eba806ef561921b86637cf26818e095556edec0d";
|
||||||
sha256 = "0wknrf7jjnkshj4gmb1ksqiqif1rq53ffi3y29ynhcz68sa0frx6";
|
sha256 = "05m4sfchccr437pxjvgzjk6nd9r3n4c4p3q8lxcc5pj6qrppk49j";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue