Unverified Commit 4be9167a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents 574596d0 35a93f00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };