tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
starsector: 0.98a-RC7 -> 0.98a-RC8
rafaelrc7
8 months ago
dfe8a26d
9f9c80fb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
st
starsector
package.nix
+2
-2
pkgs/by-name/st/starsector/package.nix
···
16
in
17
stdenv.mkDerivation rec {
18
pname = "starsector";
19
-
version = "0.98a-RC7";
20
21
src = fetchzip {
22
url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
23
-
sha256 = "sha256-qA4/9AvRWBOIbNKA9U8U7PoPmIwz8wgJZyYFln7LZHw=";
24
};
25
26
nativeBuildInputs = [
···
16
in
17
stdenv.mkDerivation rec {
18
pname = "starsector";
19
+
version = "0.98a-RC8";
20
21
src = fetchzip {
22
url = "https://f005.backblazeb2.com/file/fractalsoftworks/release/starsector_linux-${version}.zip";
23
+
sha256 = "sha256-W/6QpgKbUJC+jWOlAOEEGStee5KJuLi020kRtPQXK3U=";
24
};
25
26
nativeBuildInputs = [