Merge pull request #260868 from Zumorica/2023-10-13-update-space-station-14

space-station-14-launcher: 0.22.1 -> 0.24.0
This commit is contained in:
Mario Rodas 2023-10-26 05:26:45 -05:00 committed by GitHub
commit 9fe62bf05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
, gdk-pixbuf
}:
let
version = "0.22.1";
version = "0.24.0";
pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@ -44,7 +44,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
rev = "v${version}";
hash = "sha256-I+Kj8amgFxT6yEXI5s1y0n1rgfzIrLtMOkYjguu6wpo=";
hash = "sha256-n0OiNxw9QDibX5HBSzq6jdOxyUd0bPkjKd+mtb/S/BY=";
fetchSubmodules = true;
};