1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Merge pull request #110191 from fgaz/shattered-pixel-dungeon/0.9.1

shattered-pixel-dungeon: 0.9.0b -> 0.9.1d
This commit is contained in:
Sandro 2021-01-20 19:45:24 +01:00 committed by GitHub
commit ab9cb937c9
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 = "0.9.0b";
version = "0.9.1d";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
sha256 = "1cjrs1k2wkhaby8qprx2m9nhlcmnbrjlalsaj9vwgq1s7szzl2w4";
sha256 = "0f9vi1iffh477zi03hi07rmfbkb8i4chwvv43vs70mgjh4qx7247";
};
postPatch = ''