We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9c80f commit dfe8a26Copy full SHA for dfe8a26
pkgs/by-name/st/starsector/package.nix
@@ -16,11 +16,11 @@ let
16
in
17
stdenv.mkDerivation rec {
18
pname = "starsector";
19
- version = "0.98a-RC7";
+ version = "0.98a-RC8";
20
21
src = fetchzip {
22
url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
23
- sha256 = "sha256-qA4/9AvRWBOIbNKA9U8U7PoPmIwz8wgJZyYFln7LZHw=";
+ sha256 = "sha256-W/6QpgKbUJC+jWOlAOEEGStee5KJuLi020kRtPQXK3U=";
24
};
25
26
nativeBuildInputs = [
0 commit comments