Merge pull request #114008 from fgaz/mindustry/125.1

mindustry,mindustry-server: 124.1 -> 125.1

authored by Sandro and committed by GitHub 22d5de6a 3daa06cc

+4 -4
+4 -4
pkgs/games/mindustry/default.nix
··· 29 29 # Note: when raising the version, ensure that all SNAPSHOT versions in 30 30 # build.gradle are replaced by a fixed version 31 31 # (the current one at the time of release) (see postPatch). 32 - version = "124.1"; 32 + version = "125.1"; 33 33 buildVersion = makeBuildVersion version; 34 34 35 35 Mindustry = fetchFromGitHub { 36 36 owner = "Anuken"; 37 37 repo = "Mindustry"; 38 38 rev = "v${version}"; 39 - sha256 = "1k4k559y8l6wmj9m4980f7xmaaxzx84x86rqc77j4nd3y3x53546"; 39 + sha256 = "0p05ndxhl3zgwm4k9cbqclp995kvcjxxhmbkmpjvv7cphiw82hvw"; 40 40 }; 41 41 Arc = fetchFromGitHub { 42 42 owner = "Anuken"; 43 43 repo = "Arc"; 44 44 rev = "v${version}"; 45 - sha256 = "08v929sgxy1pclzc00p7l7fak2h9l306447w5k5db3719kacj059"; 45 + sha256 = "1injdyxwgc9dn49zvr4qggsfrsslkvh5d53z3yv28ayx48qpsgxk"; 46 46 }; 47 47 soloud = fetchFromGitHub { 48 48 owner = "Anuken"; ··· 114 114 ''; 115 115 outputHashAlgo = "sha256"; 116 116 outputHashMode = "recursive"; 117 - outputHash = "18yfchv55f0fza6gdxd3f6gm0m4wy2a9jkw5wgl84id518jal6la"; 117 + outputHash = "0dk4w8h0kg0mgbn0ifmk29rw8aj917k3nf27qdf1lyr6wl8k7f8k"; 118 118 }; 119 119 120 120 in