aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/gzdoom
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-27 10:03:42 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-27 19:03:42 +0200
commitb5337b357ffe1e54286d5a70e8c447bac935abec (patch)
treec33af3992bfac732ea316bb9f793d2eb08ea8686 /pkgs/games/gzdoom
parentd4f62f651f6363bbafb43ea7fc0034cb552f211e (diff)
gzdoom: 3.4.0 -> 3.4.1 (#42499)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gzdoom/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/2imdm0m7wchvwgg3r2m3xm5115iq681w-gzdoom-3.4.1/bin/gzdoom had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 3.4.1 with grep in /nix/store/2imdm0m7wchvwgg3r2m3xm5115iq681w-gzdoom-3.4.1 - directory tree listing: https://gist.github.com/af5b88ddc00326642398bae9d65d3714 - du listing: https://gist.github.com/e85a153098c517727519102b6c1134a8
Diffstat (limited to 'pkgs/games/gzdoom')
-rw-r--r--pkgs/games/gzdoom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix
index 4115dccf577e..df1dd47905e4 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.4.0";
+ version = "3.4.1";
src = fetchFromGitHub {
owner = "coelckers";
repo = "gzdoom";
rev = "g${version}";
- sha256 = "09400w0xpw6sk593c0fr6m9qmgn6n5r1qdardizim6m0r5ki565i";
+ sha256 = "1d12j6jl3bwarjwri0kjagxzi89s3413drinssgndlvmadd69sx4";
};
nativeBuildInputs = [ cmake makeWrapper ];