Skip to content

Commit dfe8a26

Browse files
committed
starsector: 0.98a-RC7 -> 0.98a-RC8
1 parent 9f9c80f commit dfe8a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/starsector/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ let
1616
in
1717
stdenv.mkDerivation rec {
1818
pname = "starsector";
19-
version = "0.98a-RC7";
19+
version = "0.98a-RC8";
2020

2121
src = fetchzip {
2222
url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
23-
sha256 = "sha256-qA4/9AvRWBOIbNKA9U8U7PoPmIwz8wgJZyYFln7LZHw=";
23+
sha256 = "sha256-W/6QpgKbUJC+jWOlAOEEGStee5KJuLi020kRtPQXK3U=";
2424
};
2525

2626
nativeBuildInputs = [

0 commit comments

Comments
 (0)