space-station-14-launcher: 0.31.0 -> 0.32.1 (#413898)

This commit is contained in:
Weijia Wang
2025-06-17 16:36:27 +02:00
committed by GitHub
@@ -36,7 +36,7 @@
soundfont-path ? "${soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2",
}:
let
version = "0.31.0";
version = "0.32.1";
pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@@ -50,7 +50,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
rev = "v${version}";
hash = "sha256-lEgJ+GdmiSQMl/l+CTBIUevMcJi+yVvFuS3buTNCYW4=";
hash = "sha256-Es+DBwWh2QxCev+Aepi8ItTXSYIgNgb05zdScOBZNJs=";
fetchSubmodules = true;
};