mindustry: 142 -> 143.1

This commit is contained in:
Francesco Gazzetta 2023-04-11 09:26:07 +02:00
parent 8c57d13c13
commit e9315ee2b2

View file

@ -34,20 +34,20 @@
let let
pname = "mindustry"; pname = "mindustry";
version = "142"; version = "143.1";
buildVersion = makeBuildVersion version; buildVersion = makeBuildVersion version;
Mindustry = fetchFromGitHub { Mindustry = fetchFromGitHub {
owner = "Anuken"; owner = "Anuken";
repo = "Mindustry"; repo = "Mindustry";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xL1oy93ljAl1hdzsdEF9NHZL/yb11markUg271C++R4="; hash = "sha256-p6HxccLg+sjFW+ZGGTfo5ZvOIs6lKjub88kX/iaBres=";
}; };
Arc = fetchFromGitHub { Arc = fetchFromGitHub {
owner = "Anuken"; owner = "Anuken";
repo = "Arc"; repo = "Arc";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CKcAnYAuHQb6wPkDUpinU83MVxhdvhYpjjuS3sEb6cg="; hash = "sha256-fbFjelwqBRadcUmbW3/oDnhmNAjTj660qB5WwXugIIU=";
}; };
soloud = fetchFromGitHub { soloud = fetchFromGitHub {
owner = "Anuken"; owner = "Anuken";
@ -126,7 +126,7 @@ let
| sh | sh
''; '';
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = "sha256-Fy2GXdB+cmRfiQFKnnz+UTUxT+LBTZa69BNwC23XD84="; outputHash = "sha256-uxnW5AqX6PazqHJYLuF/By5qpev8Se+992jCyacogSY=";
}; };
in in