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

starsector: 0.97a-RC8 -> 0.97a-RC9
This commit is contained in:
Nick Cao
2024-02-13 11:22:59 -05:00
committed by GitHub
+2 -2
View File
@@ -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 ];