2022-11-01T20:03:22 ezquake 3.2.3 -> 3.6.0 https://github.com/ezQuake/ezquake-source/releases 2022-11-01T20:03:24 attrpath: ezquake 2022-11-01T20:03:24 Checking auto update branch... 2022-11-01T20:03:24 No auto update branch exists 2022-11-01T20:03:28 [version] 2022-11-01T20:03:37 [version] updated version and sha256 2022-11-01T20:03:37 [rustCrateVersion] 2022-11-01T20:03:37 [rustCrateVersion] No cargoSha256 found 2022-11-01T20:03:37 [golangModuleVersion] 2022-11-01T20:03:37 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-01T20:03:37 [updateScript] 2022-11-01T20:03:37 [updateScript] skipping because derivation has no updateScript 2022-11-01T20:03:37 2022-11-01T20:03:37 [quotedUrls] 2022-11-01T20:03:37 [quotedUrls] nothing found to replace 2022-11-01T20:03:37 Diff after rewrites: diff --git a/pkgs/games/ezquake/default.nix b/pkgs/games/ezquake/default.nix index 90ddb6d6452..fba7a157c4b 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.0"; src = fetchFromGitHub { owner = "ezQuake"; repo = pname + "-source"; rev = version; - sha256 = "sha256-EBhKmoX11JavTG6tPfg15FY2lqOFfzSDg3058OWfcYQ="; + sha256 = "sha256-c/ckbYm00aOkkHuPaD7GMWDJpDVZRExxdUPpARGbths="; }; nativeBuildInputs = [ pkg-config ]; 2022-11-01T20:05:28 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ezquake nix build failed. In file included from /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include/stdio.h:906, from q_shared.h:30, from common.h:35, from quakedef.h:28, from teamplay.c:25: /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ utils.c: In function 'CopyToClipboard': utils.c:836:29: warning: passing argument 1 of 'Sys_CopyToClipboard' discards 'const' qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 836 | Sys_CopyToClipboard(text); | ^~~~ In file included from q_shared.h:42, from common.h:35, from quakedef.h:28, from utils.c:23: sys.h:110:26: note: expected 'char *' but argument is of type 'const char *' 110 | void Sys_CopyToClipboard(char *); | ^~~~~~ utils.c: In function 'RemoveColors.part.0': utils.c:743:21: warning: 'strchr' argument missing terminating nul []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overread-Wstringop-overread]8;;] 743 | if (strchr (disallowed_in_nick, *s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:728:12: note: referenced argument declared here 728 | const char disallowed_in_nick[] = {'\n', '\f', '\\', '/', '\"', ' ' , ';'}; | ^~~~~~~~~~~~~~~~~~