summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-10 09:13:21 +0300
committerGitHub <noreply@github.com>2023-05-10 09:13:21 +0300
commit8b7f71fb3306053c433df98c10e537e9ff6ad8c8 (patch)
tree06041b0adbf9a5a439ad2d971cbef8d6cf0138e9 /pkgs/games
parent8a35dcc7126df8e587996f4056ab65156cb5db47 (diff)
parent1c65a8c088cbec417d8513e2ea32ce5da43c642e (diff)
Merge pull request #230958 from lizelive/starsector-0.96a-RC8
starsector: 0.95.1a-RC6 -> 0.96a-RC8
Diffstat (limited to 'pkgs/games')
-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 ed995e4a5e640..3951f36f83bf7 100644
--- a/pkgs/games/starsector/default.nix
+++ b/pkgs/games/starsector/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "starsector";
-  version = "0.95.1a-RC6";
+  version = "0.96a-RC8";
 
   src = fetchzip {
     url = "https://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-${version}.zip";
-    sha256 = "sha256-+0zGJHM+SMonx3sytCQNQA/QBgzdPMEfQvOjrCDSOs8=";
+    sha256 = "sha256-RDXqFqiWpBG3kasofzbOl7Zp0a9LiMpJKsHcFaJtm2Y=";
   };
 
   nativeBuildInputs = [ copyDesktopItems makeWrapper ];