about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-13 05:27:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-13 05:27:52 +0000
commit5d6f8f2fc0f4c5601fa14b3c8a3a51fd6ff59a0b (patch)
tree980c8cdbfb7af47133bad43a7f3590159ff74aeb
parent8769e84829f202177373676db04ccd8f645c9ece (diff)
starsector: 0.97a-RC8 -> 0.97a-RC9
-rw-r--r--pkgs/games/starsector/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/starsector/default.nix b/pkgs/games/starsector/default.nix
index 72ca3f5b897b2..c924d024a9992 100644
--- a/pkgs/games/starsector/default.nix
+++ b/pkgs/games/starsector/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "starsector";
-  version = "0.97a-RC8";
+  version = "0.97a-RC9";
 
   src = fetchzip {
     url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
-    sha256 = "sha256-mfx6tmgIT+bMEpMXAcHVMMJMr1zlALStpoUxYw8MYsY=";
+    sha256 = "sha256-xX4QVr7vmVX+/qvKALYZOE/Wy+d+zpNWCnpQE1kBd7M=";
   };
 
   nativeBuildInputs = [ copyDesktopItems makeWrapper ];