Unverified Commit d15d0b7f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #294854 from Zumorica/2024-03-11-update-space-station-14

space-station-14-launcher: 0.25.1 -> 0.26.0
parents b6f3d249 73e2b29b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
, gdk-pixbuf
}:
let
  version = "0.25.1";
  version = "0.26.0";
  pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@@ -44,7 +44,7 @@ buildDotnetModule rec {
    owner = "space-wizards";
    repo = "SS14.Launcher";
    rev = "v${version}";
    hash = "sha256-Hm+ILxFXHaP0Zh96GZLG4h1Y7h1kapbn844NVFiyIjw=";
    hash = "sha256-Gh2gQucn3VsfFrPAS/vehfVy5WqlVpvSeISB4/j08MQ=";
    fetchSubmodules = true;
  };