Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e7502448f43
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf5eb87033cc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 10, 2020

  1. quake3e: 2020-01-23 -> 2020-04-04

    Philipp Middendorf committed Apr 10, 2020
    Copy the full SHA
    0bfd020 View commit details
  2. Merge pull request #84881 from pmiddend/quake3e-to-2020-04-04

    quake3e: 2020-01-23 -> 2020-04-04
    bhipple authored Apr 10, 2020
    Copy the full SHA
    bf5eb87 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/games/quake3/quake3e/default.nix
6 changes: 3 additions & 3 deletions pkgs/games/quake3/quake3e/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
@@ -34,5 +34,5 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ pmiddend ];
badPlatforms = [ platforms.aarch64 ];
};
};
}