2022-11-07T04:20:21 ezquake 3.2.3 -> 3.6.1 https://github.com/ezQuake/ezquake-source/releases 2022-11-07T04:20:23 attrpath: ezquake 2022-11-07T04:20:23 Checking auto update branch... 2022-11-07T04:20:24 No auto update branch exists 2022-11-07T04:20:27 [version] 2022-11-07T04:20:36 [version] updated version and sha256 2022-11-07T04:20:36 [rustCrateVersion] 2022-11-07T04:20:36 [rustCrateVersion] No cargoSha256 found 2022-11-07T04:20:36 [golangModuleVersion] 2022-11-07T04:20:36 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T04:20:36 [updateScript] 2022-11-07T04:20:36 [updateScript] skipping because derivation has no updateScript 2022-11-07T04:20:36 2022-11-07T04:20:36 [quotedUrls] 2022-11-07T04:20:36 [quotedUrls] nothing found to replace 2022-11-07T04:20:36 Diff after rewrites: diff --git a/pkgs/games/ezquake/default.nix b/pkgs/games/ezquake/default.nix index 90ddb6d6452..f5e2e4f5ec3 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.1"; src = fetchFromGitHub { owner = "ezQuake"; repo = pname + "-source"; rev = version; - sha256 = "sha256-EBhKmoX11JavTG6tPfg15FY2lqOFfzSDg3058OWfcYQ="; + sha256 = "sha256-5DaPzaNKZ5oIKAgoG3DCTE39VGfFKF2ZBAU/u+54XO4="; }; nativeBuildInputs = [ pkg-config ]; 2022-11-07T04:22:29 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. 1354 | snprintf(output, MAX_MACRO_STRING - 1, "%s%*s", content, spaces, ""); | ^~~~~~~ In file included from /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-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/rxsp481311w6d2ci16q2c0mx9wv46bjw-glibc-2.35-163-dev/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2147485695 bytes into a destination of size 2047 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ teamplay.c: In function 'Macro_WeaponAndAmmo': teamplay.c:225:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;] 225 | snprintf (buf, sizeof(buf), "%s:%s", Macro_Weapon(), Macro_Ammo()); | ^ In file included from /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-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/rxsp481311w6d2ci16q2c0mx9wv46bjw-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 ()); | ~~~~~~~~~~~~~~~~~ 2022-11-07T10:22:01 ezquake 3.2.3 -> 3.6.0 https://repology.org/metapackage/ezquake/versions 2022-11-07T10:22:04 attrpath: ezquake 2022-11-07T10:22:04 Checking auto update branch... 2022-11-07T10:22:04 No auto update branch exists 2022-11-07T10:22:08 [version] 2022-11-07T10:22:18 [version] updated version and sha256 2022-11-07T10:22:18 [rustCrateVersion] 2022-11-07T10:22:18 [rustCrateVersion] No cargoSha256 found 2022-11-07T10:22:18 [golangModuleVersion] 2022-11-07T10:22:18 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T10:22:18 [updateScript] 2022-11-07T10:22:18 [updateScript] skipping because derivation has no updateScript 2022-11-07T10:22:18 2022-11-07T10:22:18 [quotedUrls] 2022-11-07T10:22:18 [quotedUrls] nothing found to replace 2022-11-07T10:22:18 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-07T10:24:59 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. 1354 | snprintf(output, MAX_MACRO_STRING - 1, "%s%*s", content, spaces, ""); | ^~~~~~~ In file included from /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-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/rxsp481311w6d2ci16q2c0mx9wv46bjw-glibc-2.35-163-dev/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2147485695 bytes into a destination of size 2047 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ teamplay.c: In function 'Macro_WeaponAndAmmo': teamplay.c:225:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;] 225 | snprintf (buf, sizeof(buf), "%s:%s", Macro_Weapon(), Macro_Ammo()); | ^ In file included from /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-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/rxsp481311w6d2ci16q2c0mx9wv46bjw-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 ()); | ~~~~~~~~~~~~~~~~~ 2022-11-07T20:54:40 ezquake 3.2.3 -> 3.6.1 https://github.com/ezQuake/ezquake-source/releases 2022-11-07T20:54:43 attrpath: ezquake 2022-11-07T20:54:43 Checking auto update branch... 2022-11-07T20:54:43 No auto update branch exists 2022-11-07T20:54:47 [version] 2022-11-07T20:54:55 [version] updated version and sha256 2022-11-07T20:54:55 [rustCrateVersion] 2022-11-07T20:54:55 [rustCrateVersion] No cargoSha256 found 2022-11-07T20:54:55 [golangModuleVersion] 2022-11-07T20:54:55 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T20:54:55 [updateScript] 2022-11-07T20:54:55 [updateScript] skipping because derivation has no updateScript 2022-11-07T20:54:55 2022-11-07T20:54:55 [quotedUrls] 2022-11-07T20:54:55 [quotedUrls] nothing found to replace 2022-11-07T20:54:56 Diff after rewrites: diff --git a/pkgs/games/ezquake/default.nix b/pkgs/games/ezquake/default.nix index 90ddb6d6452..f5e2e4f5ec3 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.1"; src = fetchFromGitHub { owner = "ezQuake"; repo = pname + "-source"; rev = version; - sha256 = "sha256-EBhKmoX11JavTG6tPfg15FY2lqOFfzSDg3058OWfcYQ="; + sha256 = "sha256-5DaPzaNKZ5oIKAgoG3DCTE39VGfFKF2ZBAU/u+54XO4="; }; nativeBuildInputs = [ pkg-config ]; 2022-11-07T20:56:45 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. 1354 | snprintf(output, MAX_MACRO_STRING - 1, "%s%*s", content, spaces, ""); | ^~~~~~~ In file included from /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-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/rxsp481311w6d2ci16q2c0mx9wv46bjw-glibc-2.35-163-dev/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2147485695 bytes into a destination of size 2047 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ teamplay.c: In function 'Macro_WeaponAndAmmo': teamplay.c:225:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;] 225 | snprintf (buf, sizeof(buf), "%s:%s", Macro_Weapon(), Macro_Ammo()); | ^ In file included from /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-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/rxsp481311w6d2ci16q2c0mx9wv46bjw-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 ()); | ~~~~~~~~~~~~~~~~~