ezquake 3.2.3 -> 3.6.2 https://github.com/ezQuake/ezquake-source/releases attrpath: ezquake Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/games/ezquake/default.nix b/pkgs/games/ezquake/default.nix index 90ddb6d6452..fc6aa1e6dba 100644 --- a/pkgs/games/ezquake/default.nix +++ b/pkgs/games/ezquake/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "ezquake"; - version = "3.2.3"; + version = "3.6.2"; src = fetchFromGitHub { owner = "ezQuake"; repo = pname + "-source"; rev = version; - sha256 = "sha256-EBhKmoX11JavTG6tPfg15FY2lqOFfzSDg3058OWfcYQ="; + sha256 = "sha256-dW04rT8h8/LMd7Ssl5EvAMp4/o5GI+XhMiXI5L7lYho="; }; nativeBuildInputs = [ pkg-config ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ezquake nix build failed. compilation terminated. make: *** [Makefile:634: .ezquake/src/vfs_tcp.o] Error 1 In file included from src/quakedef.h:28, from src/vfs_doomwad.c:23: src/common.h:40:10: fatal error: protocol.h: No such file or directory 40 | #include "protocol.h" | ^~~~~~~~~~~~ compilation terminated. In file included from src/quakedef.h:28, from src/vfs_gzip.c:27: src/common.h:40:10: fatal error: protocol.h: No such file or directory 40 | #include "protocol.h" | ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:634: .ezquake/src/vfs_gzip.o] Error 1 make: *** [Makefile:634: .ezquake/src/vfs_doomwad.o] Error 1 In file included from src/quakedef.h:28, from src/vfs_mmap.c:23: src/common.h:40:10: fatal error: protocol.h: No such file or directory 40 | #include "protocol.h" | ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:634: .ezquake/src/vfs_mmap.o] Error 1 In file included from src/quakedef.h:28, from src/vfs_tar.c:21: src/common.h:40:10: fatal error: protocol.h: No such file or directory 40 | #include "protocol.h" | ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:634: .ezquake/src/vfs_tar.o] Error 1