Unverified Commit c5a1d23e authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

space-station-14-launcher: 0.28.1 -> 0.29.0 (#341991)

parents 91701845 13c8f955
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
, gdk-pixbuf
}:
let
  version = "0.28.1";
  version = "0.29.0";
  pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@@ -36,7 +36,7 @@ buildDotnetModule rec {
    owner = "space-wizards";
    repo = "SS14.Launcher";
    rev = "v${version}";
    hash = "sha256-5g/twJgQ7i6yQBYP7U6bn1UMU09WkJeolgCl+0pGT2Y=";
    hash = "sha256-0HpHTZhGqCcSCCBk1d5923ALVCjozLn5fym4RH2Ov5Y=";
    fetchSubmodules = true;
  };