mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
experienced-pixel-dungeon: 2.17.2 -> 2.18
This commit is contained in:
parent
595e10ca00
commit
3438f84047
@ -4,18 +4,18 @@
|
|||||||
|
|
||||||
callPackage ./generic.nix rec {
|
callPackage ./generic.nix rec {
|
||||||
pname = "experienced-pixel-dungeon";
|
pname = "experienced-pixel-dungeon";
|
||||||
version = "2.17.2";
|
version = "2.18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TrashboxBobylev";
|
owner = "TrashboxBobylev";
|
||||||
repo = "Experienced-Pixel-Dungeon-Redone";
|
repo = "Experienced-Pixel-Dungeon-Redone";
|
||||||
rev = "ExpPD-${version}";
|
rev = "ExpPD-${version}";
|
||||||
hash = "sha256-eX+wPw2Bi37yQZ+ftjEkiGzvheJZingqDqy1481ABvs=";
|
hash = "sha256-jOKHBd9LaDn3oqLdQWqAcJnicktlbkDGw00nT8JveoI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace build.gradle \
|
substituteInPlace build.gradle \
|
||||||
--replace-fail "gdxControllersVersion = '2.2.3-SNAPSHOT'" "gdxControllersVersion = '2.2.3'"
|
--replace-fail "gdxControllersVersion = '2.2.4-SNAPSHOT'" "gdxControllersVersion = '2.2.3'"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
depsHash = "sha256-PyBEhlOOVD3/YH4SWs1yMkdg3U96znk1/VV6SAr8S30=";
|
depsHash = "sha256-PyBEhlOOVD3/YH4SWs1yMkdg3U96znk1/VV6SAr8S30=";
|
||||||
|
Loading…
Reference in New Issue
Block a user