about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-01-04 08:33:39 +0100
committerGitHub <noreply@github.com>2019-01-04 08:33:39 +0100
commit7ec6fec8aee059f8901eeacaf4e1ac8ec2c43b29 (patch)
tree3b99cdf555fbc3f00492cb1d876ae1aad4fb202c /pkgs/games
parent347d9efb6dc248bf2e5142747ecbd09dd70ac6b6 (diff)
parent37da2302a682a916880a478aae91850087f6027f (diff)
Merge pull request #53321 from r-ryantm/auto-update/gzdoom
gzdoom: 3.6.0 -> 3.7.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gzdoom/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix
index 5563e7836cca4..deb16bc353853 100644
--- a/pkgs/games/gzdoom/default.nix
+++ b/pkgs/games/gzdoom/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "gzdoom-${version}";
-  version = "3.6.0";
+  version = "3.7.1";
 
   src = fetchFromGitHub {
     owner = "coelckers";
     repo = "gzdoom";
     rev = "g${version}";
-    sha256 = "03yklhdppncaswy6l3fcvy8l8v1icfnm9f0jlszvibcm5ba7z0j1";
+    sha256 = "1c9zd4f7zalkmv0gvsavbydkmi6jw5pyf3q62456yvb6vjwg1xvd";
   };
 
   nativeBuildInputs = [ cmake makeWrapper ];
@@ -43,8 +43,7 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/coelckers/gzdoom;
     description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
     license = licenses.gpl3;
-    platforms = platforms.linux;
+    platforms = ["x86_64-linux"];
     maintainers = with maintainers; [ lassulus ];
   };
 }
-