shattered-pixel-dungeon: 0.9.2b -> 0.9.3

This commit is contained in:
Francesco Gazzetta 2021-06-08 16:21:41 +02:00
parent c850d5a550
commit 9306fb9f3d
1 changed files with 3 additions and 3 deletions

View File

@ -10,15 +10,15 @@
let
pname = "shattered-pixel-dungeon";
version = "0.9.2b";
version = "0.9.3";
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 = "eba806ef561921b86637cf26818e095556edec0d";
sha256 = "05m4sfchccr437pxjvgzjk6nd9r3n4c4p3q8lxcc5pj6qrppk49j";
rev = "785c869f2b61013a15fddbf5f0c65d67fe900e80";
sha256 = "sha256-d7Fc1IPOW/0RwLYe9vwaD3gFw6div2/J0DOFdWYDXWY=";
};
postPatch = ''