shorter-pixel-dungeon: use --replace-fail

This commit is contained in:
Francesco Gazzetta 2024-04-11 15:12:05 +02:00
parent 25df98327b
commit 6cf5653cee

View File

@ -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=";