Merge pull request #233553 from fgaz/mindustry/144.3

mindustry: 143.1 -> 144.3
This commit is contained in:
Francesco Gazzetta 2023-05-24 17:26:11 +02:00 committed by GitHub
commit 460ee23c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
let let
pname = "mindustry"; pname = "mindustry";
version = "143.1"; version = "144.3";
buildVersion = makeBuildVersion version; buildVersion = makeBuildVersion version;
selectedGlew = if enableWayland then glew-egl else glew; selectedGlew = if enableWayland then glew-egl else glew;
@ -46,13 +46,13 @@ let
owner = "Anuken"; owner = "Anuken";
repo = "Mindustry"; repo = "Mindustry";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-p6HxccLg+sjFW+ZGGTfo5ZvOIs6lKjub88kX/iaBres="; hash = "sha256-IXwrBaj0gweaaHefO/LyqEW4a3fBLfySSYPHBhRMVo8=";
}; };
Arc = fetchFromGitHub { Arc = fetchFromGitHub {
owner = "Anuken"; owner = "Anuken";
repo = "Arc"; repo = "Arc";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-fbFjelwqBRadcUmbW3/oDnhmNAjTj660qB5WwXugIIU="; hash = "sha256-nH/sHRWMdX6ieh2EWfD0wAn87E2ZkqZX+9zt2vKYPcE=";
}; };
soloud = fetchFromGitHub { soloud = fetchFromGitHub {
owner = "Anuken"; owner = "Anuken";
@ -131,7 +131,7 @@ let
| sh | sh
''; '';
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = "sha256-uxnW5AqX6PazqHJYLuF/By5qpev8Se+992jCyacogSY="; outputHash = "sha256-vZc8T7Hk1DLHYgqj8zxKUP2NPXumRxuheMk21Sh2TZY=";
}; };
in in