shattered-pixel-dungeon: 0.9.2 -> 0.9.2b

This commit is contained in:
Francesco Gazzetta 2021-05-22 18:13:12 +02:00
parent a5eee47d7f
commit fc8eefe2fe

View file

@ -10,15 +10,15 @@
let
pname = "shattered-pixel-dungeon";
version = "0.9.2";
version = "0.9.2b";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
# NOTE: always use the commit sha, not the tag. Tags _will_ disappear!
# https://github.com/00-Evan/shattered-pixel-dungeon/issues/596
rev = "5be9ee815f1fc6e3511a09a367d3f9d8dc55c783";
sha256 = "0wknrf7jjnkshj4gmb1ksqiqif1rq53ffi3y29ynhcz68sa0frx6";
rev = "eba806ef561921b86637cf26818e095556edec0d";
sha256 = "05m4sfchccr437pxjvgzjk6nd9r3n4c4p3q8lxcc5pj6qrppk49j";
};
postPatch = ''