ezquake 3.6.3 -> 3.6.4 https://github.com/QW-Group/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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/ezquake/default.nix b/pkgs/games/ezquake/default.nix index a562b9353ebe..e0509d007783 100644 --- a/pkgs/games/ezquake/default.nix +++ b/pkgs/games/ezquake/default.nix @@ -5,14 +5,14 @@ stdenv.mkDerivation rec { pname = "ezquake"; - version = "3.6.3"; + version = "3.6.4"; src = fetchFromGitHub { owner = "QW-Group"; repo = pname + "-source"; rev = version; fetchSubmodules = true; - hash = "sha256-ThrsJfj+eP7Lv2ZSNLO6/b98VHrL6/rhwf2p0qMvTF8="; + hash = "sha256-bxuAMWZEg19EmoP7arSWoFGmM4zKlX/lOYLnUzQ4zHA="; }; nativeBuildInputs = [ pkg-config ]; Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ezquake nix build failed. from src/vfs_gzip.c:27: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. In file included from src/common.h:43, from src/quakedef.h:28, from src/vfs_doomwad.c:23: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:630: .ezquake/src/vfs_gzip.o] Error 1 make: *** [Makefile:630: .ezquake/src/vfs_doomwad.o] Error 1 In file included from src/common.h:43, from src/quakedef.h:28, from src/vfs_mmap.c:23: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:630: .ezquake/src/vfs_mmap.o] Error 1 In file included from src/common.h:43, from src/quakedef.h:28, from src/vfs_tar.c:21: src/fs.h:26:10: fatal error: unzip.h: No such file or directory 26 | #include "unzip.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:630: .ezquake/src/vfs_tar.o] Error 1