shattered-pixel-dungeon: 0.8.0b -> 0.8.1

This commit is contained in:
Francesco Gazzetta 2020-06-29 12:27:13 +02:00
parent e0f4ee72bc
commit 75d9ea9671

View file

@ -9,13 +9,13 @@
let
pname = "shattered-pixel-dungeon";
version = "0.8.0b";
version = "0.8.1";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
sha256 = "1qi90qw2xp56wai4gn39rpwh3gs3kx2zcpbni861f7hl9hnf87bf";
sha256 = "1n459xdvqf974hs91xfq5fdj29s4w5w83dg3m2vp7gqmrmm2jykf";
};
postPatch = ''