shorter-pixel-dungeon: use --replace-fail
This commit is contained in:
parent
25df98327b
commit
6cf5653cee
@ -15,7 +15,7 @@ callPackage ./generic.nix rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace build.gradle \
|
||||
--replace "gdxControllersVersion = '2.2.4-SNAPSHOT'" "gdxControllersVersion = '2.2.3'"
|
||||
--replace-fail "gdxControllersVersion = '2.2.4-SNAPSHOT'" "gdxControllersVersion = '2.2.3'"
|
||||
'';
|
||||
|
||||
depsHash = "sha256-MUUeWZUCVPakK1MJwn0lPnjAlLpPWB/J17Ad68XRcHg=";
|
||||
|
Loading…
Reference in New Issue
Block a user