Merge pull request #289281 from r-ryantm/auto-update/starsector

starsector: 0.97a-RC9 -> 0.97a-RC10
This commit is contained in:
Bruno Bigras 2024-02-17 00:18:40 -05:00 committed by GitHub
commit 5d014ba809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "starsector";
version = "0.97a-RC9";
version = "0.97a-RC10";
src = fetchzip {
url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
sha256 = "sha256-xX4QVr7vmVX+/qvKALYZOE/Wy+d+zpNWCnpQE1kBd7M=";
sha256 = "sha256-GTzFY7iUB0xtUk9di8LKAgZwCOjqvv2j5QFSUKAfNDU=";
};
nativeBuildInputs = [ copyDesktopItems makeWrapper ];