about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-17 17:41:10 +0200
committerGitHub <noreply@github.com>2024-04-17 17:41:10 +0200
commitd15d0b7f8e7cd21842b9dccbdfd13aa1e26781fe (patch)
treebcc849c25d1a90a127f45811282e44cde945a7a6 /pkgs/games
parentb6f3d2497b5e59e358447091542cd0564befe5c9 (diff)
parent73e2b29bef33989d79e219158ed33896d6eb9a73 (diff)
Merge pull request #294854 from Zumorica/2024-03-11-update-space-station-14
space-station-14-launcher: 0.25.1 -> 0.26.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/space-station-14-launcher/space-station-14-launcher.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/space-station-14-launcher/space-station-14-launcher.nix b/pkgs/games/space-station-14-launcher/space-station-14-launcher.nix
index d39a0940aa200..6403602b79c53 100644
--- a/pkgs/games/space-station-14-launcher/space-station-14-launcher.nix
+++ b/pkgs/games/space-station-14-launcher/space-station-14-launcher.nix
@@ -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;
   };