space-station-14-launcher: 0.37.1 -> 0.38.0

This commit is contained in:
R. Ryantm 2026-06-15 15:33:19 +00:00
commit d17c71632f

View file

@ -39,7 +39,7 @@
}:
let
pname = "space-station-14-launcher";
version = "0.37.1";
version = "0.38.0";
in
buildDotnetModule rec {
inherit pname;
@ -52,7 +52,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
tag = "v${version}";
hash = "sha256-83eBAT+NuwwpC30Xc5bJEs++tTYlY3akMaizQgNHOsA=";
hash = "sha256-/FPNCNDC09NMg1bTSZHNFfzabxYQ2FhV1t6Ire9WBtg=";
fetchSubmodules = true;
};