Unverified Commit dfe8a26d authored by rafaelrc7's avatar rafaelrc7
Browse files

starsector: 0.98a-RC7 -> 0.98a-RC8

parent 9f9c80fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "starsector";
  version = "0.98a-RC7";
  version = "0.98a-RC8";

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

  nativeBuildInputs = [