aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/games/quake3
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-04-19 14:57:25 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-04-19 14:57:25 +0200
commit0ca211d4ec600fa7b3cc701e4997cd1e8d38ebdc (patch)
tree4f9b09ca5d55e44710f020bcf6621daa4fd6b73a /nixpkgs/pkgs/games/quake3
parent1c2ef52230ed2c8b2529c47ce6a857bdde46c7c7 (diff)
parentb61999e4ad60c351b4da63ae3ff43aae3c0bbdfb (diff)
Merge commit 'b61999e4ad60c351b4da63ae3ff43aae3c0bbdfb'
Diffstat (limited to 'nixpkgs/pkgs/games/quake3')
-rw-r--r--nixpkgs/pkgs/games/quake3/ioquake/default.nix2
-rw-r--r--nixpkgs/pkgs/games/quake3/quake3e/default.nix8
2 files changed, 5 insertions, 5 deletions
diff --git a/nixpkgs/pkgs/games/quake3/ioquake/default.nix b/nixpkgs/pkgs/games/quake3/ioquake/default.nix
index a592455486b..285fb7e6884 100644
--- a/nixpkgs/pkgs/games/quake3/ioquake/default.nix
+++ b/nixpkgs/pkgs/games/quake3/ioquake/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
- homepage = https://ioquake3.org/;
+ homepage = "https://ioquake3.org/";
description = "First person shooter engine based on the Quake 3: Arena and Quake 3: Team Arena";
license = licenses.gpl2;
platforms = platforms.linux;
diff --git a/nixpkgs/pkgs/games/quake3/quake3e/default.nix b/nixpkgs/pkgs/games/quake3/quake3e/default.nix
index 7d6ac0afe45..0e3e74ae7a7 100644
--- a/nixpkgs/pkgs/games/quake3/quake3e/default.nix
+++ b/nixpkgs/pkgs/games/quake3/quake3e/default.nix
@@ -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 ];
@@ -28,11 +28,11 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- homepage = https://github.com/ec-/Quake3e;
+ homepage = "https://github.com/ec-/Quake3e";
description = "Improved Quake III Arena engine";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ pmiddend ];
badPlatforms = [ platforms.aarch64 ];
- };
+ };
}