starsector: 0.96a-RC10 -> 0.97a-RC8

Release notes: https://fractalsoftworks.com/2024/02/02/starsector-0-97a-release/
This commit is contained in:
rafaelrc7 2024-02-08 20:36:40 -03:00
parent ff5a8516dd
commit 8f1cf739a8
No known key found for this signature in database
GPG Key ID: A2E6A1C9A59514A5

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "starsector";
version = "0.96a-RC10";
version = "0.97a-RC8";
src = fetchzip {
url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
sha256 = "sha256-RBSnms+QlKgTOhm3t2hDfv7OcMrQCk1rfkz9GaM74WM=";
sha256 = "sha256-mfx6tmgIT+bMEpMXAcHVMMJMr1zlALStpoUxYw8MYsY=";
};
nativeBuildInputs = [ copyDesktopItems makeWrapper ];