about summary refs log tree commit diff
path: root/pkgs/games/quake3
diff options
context:
space:
mode:
authorRoman Volosatovs <rvolosatovs@riseup.net>2018-12-23 19:32:26 +0100
committerRoman Volosatovs <rvolosatovs@riseup.net>2018-12-25 17:37:01 +0100
commit9c2c51a8e212279f14cb2c05c24730bb6195f1ac (patch)
tree6fccc2ff2fe767103b241107b6de4cff2e224e64 /pkgs/games/quake3
parent996d14a00489c5a20258229d7837649e91e9b2fc (diff)
ioquake: 2018-02-23 -> 2018-12-14
Diffstat (limited to 'pkgs/games/quake3')
-rw-r--r--pkgs/games/quake3/ioquake/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/quake3/ioquake/default.nix b/pkgs/games/quake3/ioquake/default.nix
index 4e3a50b37b9a2..0a32569767557 100644
--- a/pkgs/games/quake3/ioquake/default.nix
+++ b/pkgs/games/quake3/ioquake/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "ioquake3-git-${version}";
-  version = "2018-02-23";
+  version = "2018-12-14";
 
   src = fetchFromGitHub {
     owner = "ioquake";
     repo = "ioq3";
-    rev = "0d6edd227a13f1447938da1d1b020303c2545eb2";
-    sha256 = "1nsagyzrai8cxhabcv2my8bbwmwckvri288j6x4qi5bmp78xl4hx";
+    rev = "b0d2b141e702aafc3dcf77a026e12757f00e45ed";
+    sha256 = "17qkqi22f2fyh6bnfcf1zz2lycgv08d6aw52sf0hqw7r3qq86d08";
   };
 
   nativeBuildInputs = [ which pkgconfig ];
@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
     description = "First person shooter engine based on the Quake 3: Arena and Quake 3: Team Arena";
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ eelco abbradar ];
+    maintainers = with maintainers; [ rvolosatovs eelco abbradar ];
   };
 }