space-station-14-launcher: 0.32.1 -> 0.33.0

This commit is contained in:
R. Ryantm 2025-08-02 02:06:59 +00:00 committed by Wolfgang Walther
parent a4a7e9f1ad
commit 00c7fe10b0
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -36,7 +36,7 @@
soundfont-path ? "${soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2",
}:
let
version = "0.32.1";
version = "0.33.0";
pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@ -50,7 +50,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
tag = "v${version}";
hash = "sha256-Es+DBwWh2QxCev+Aepi8ItTXSYIgNgb05zdScOBZNJs=";
hash = "sha256-mEockP4fcNFP0h1j30cV2Czq751xjjpdaqQ0Wxe0+7M=";
fetchSubmodules = true;
};