gzdoom: 3.3.2 -> 3.4.0 (#42011)

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/f4bpkw3bk3p8ca0vcxdi17hc5lm2r3jz-gzdoom-3.4.0/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.0 with grep in /nix/store/f4bpkw3bk3p8ca0vcxdi17hc5lm2r3jz-gzdoom-3.4.0
- directory tree listing: https://gist.github.com/1d92d331e8c24929e998260ca9018ddb
- du listing: https://gist.github.com/ba47c37ae7b73d3fb85a14b537b6c270

authored by R. RyanTM and committed by xeji f6c0588c fd8d570c

+2 -2
+2 -2
pkgs/games/gzdoom/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "gzdoom-${version}"; 7 - version = "3.3.2"; 7 + version = "3.4.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "coelckers"; 11 11 repo = "gzdoom"; 12 12 rev = "g${version}"; 13 - sha256 = "0zlkja0jcqi3s4iw5h076iwqxa3haradqksjnx9jxcbkvaw75p3k"; 13 + sha256 = "09400w0xpw6sk593c0fr6m9qmgn6n5r1qdardizim6m0r5ki565i"; 14 14 }; 15 15 16 16 nativeBuildInputs = [ cmake makeWrapper ];