Unverified Commit 8b7f71fb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230958 from lizelive/starsector-0.96a-RC8

starsector: 0.95.1a-RC6 -> 0.96a-RC8
parents 8a35dcc7 1c65a8c0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9041,6 +9041,12 @@
      fingerprint = "74F5 E5CC 19D3 B5CB 608F  6124 68FF 81E6 A785 0F49";
    }];
  };
  lizelive = {
    email = "nixpkgs@lize.live";
    github = "lizelive";
    githubId = 40217331;
    name = "LizeLive";
  };
  lluchs = {
    email = "lukas.werling@gmail.com";
    github = "lluchs";
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "starsector";
  version = "0.95.1a-RC6";
  version = "0.96a-RC8";

  src = fetchzip {
    url = "https://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-${version}.zip";
    sha256 = "sha256-+0zGJHM+SMonx3sytCQNQA/QBgzdPMEfQvOjrCDSOs8=";
    sha256 = "sha256-RDXqFqiWpBG3kasofzbOl7Zp0a9LiMpJKsHcFaJtm2Y=";
  };

  nativeBuildInputs = [ copyDesktopItems makeWrapper ];