space-station-14-launcher: 0.39.0 -> 0.39.1

Changelog (practically just one change): https://github.com/space-wizards/SS14.Launcher/compare/v0.39.0...v0.39.1

(cherry picked from commit 6f8d1c82b9)
This commit is contained in:
Coca
2026-07-05 12:28:45 +01:00
committed by github-actions[bot]
parent 9e480764f4
commit ef84b10306

View File

@@ -40,7 +40,7 @@
}:
let
pname = "space-station-14-launcher";
version = "0.39.0";
version = "0.39.1";
in
buildDotnetModule rec {
inherit pname;
@@ -53,7 +53,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
tag = "v${version}";
hash = "sha256-i5jcaB1wa+Toj6orpEQ9sK3EX1CLWadnhTEQDOU7QU4=";
hash = "sha256-u3tsPWAFMckWSHhiPqL50i9BMxR+VrLnpUSWGRRu9AA=";
fetchSubmodules = true;
};