Skip to content

Commit

Permalink
Merge pull request #84881 from pmiddend/quake3e-to-2020-04-04
Browse files Browse the repository at this point in the history
quake3e: 2020-01-23 -> 2020-04-04
  • Loading branch information
bhipple authored Apr 10, 2020
2 parents 7e75024 + 0bfd020 commit bf5eb87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/quake3/quake3e/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "Quake3e";
version = "2020-01-23";
version = "2020-04-04";

src = fetchFromGitHub {
owner = "ec-";
repo = pname;
rev = version;
sha256 = "0crqn32nkqhlagamkp5nr0vl474ad4wx5ms7yr85s6zybpsk5jnz";
sha256 = "1jvk8qd0mi0x8lslknhkfd8h6ridwca34c6qahsbmmpcgsvdv16s";
};

buildInputs = [ curl libGL libX11 libXxf86dga alsaLib libXrandr libXxf86vm libXext ];
Expand All @@ -34,5 +34,5 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ pmiddend ];
badPlatforms = [ platforms.aarch64 ];
};
};
}

0 comments on commit bf5eb87

Please sign in to comment.