space-station-14-launcher: 0.37.1 -> 0.38.0 (#531995)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-15 16:48:42 +00:00
committed by GitHub
@@ -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;
};