about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-26 05:26:45 -0500
committerGitHub <noreply@github.com>2023-10-26 05:26:45 -0500
commit9fe62bf05c185698979a4c939b4adae06f347561 (patch)
treec9cdad70db9f76ca44bddefd374eb68ec85bcb3a /pkgs/games
parentd67aeeb901cc04c8646a469f0d0a08151a6a5b0e (diff)
parentdd8a65bb797c23e339720408ac7c5069f2cd5e8e (diff)
Merge pull request #260868 from Zumorica/2023-10-13-update-space-station-14
space-station-14-launcher: 0.22.1 -> 0.24.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 9d598798defe0..8d1078a8a01f2 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.22.1";
+  version = "0.24.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-I+Kj8amgFxT6yEXI5s1y0n1rgfzIrLtMOkYjguu6wpo=";
+    hash = "sha256-n0OiNxw9QDibX5HBSzq6jdOxyUd0bPkjKd+mtb/S/BY=";
     fetchSubmodules = true;
   };