2022-10-31T07:53:14 boxes 1.3 -> 2.2.0 https://repology.org/metapackage/boxes/versions 2022-10-31T07:53:16 attrpath: boxes 2022-10-31T07:53:16 Checking auto update branch... 2022-10-31T07:53:16 No auto update branch exists 2022-10-31T07:53:20 [version] 2022-10-31T07:53:22 [version] updated version and sha256 2022-10-31T07:53:22 [rustCrateVersion] 2022-10-31T07:53:22 [rustCrateVersion] No cargoSha256 found 2022-10-31T07:53:22 [golangModuleVersion] 2022-10-31T07:53:22 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-31T07:53:22 [updateScript] 2022-10-31T07:53:22 [updateScript] skipping because derivation has no updateScript 2022-10-31T07:53:22 2022-10-31T07:53:22 [quotedUrls] 2022-10-31T07:53:22 [quotedUrls] nothing found to replace 2022-10-31T07:53:23 Diff after rewrites: diff --git a/pkgs/tools/text/boxes/default.nix b/pkgs/tools/text/boxes/default.nix index f39349b2fbf..5b1789358c4 100644 --- a/pkgs/tools/text/boxes/default.nix +++ b/pkgs/tools/text/boxes/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "boxes"; - version = "1.3"; + version = "2.2.0"; src = fetchFromGitHub { owner = "ascii-boxes"; repo = "boxes"; rev = "v${version}"; - sha256 = "0b12rsynrmkldlwcb62drk33kk0aqwbj10mq5y5x3hjf626gjwsi"; + sha256 = "sha256-B3xoy6xu8UDlpCftcc/+lk2y61N5TDBbF5/UsJV6Ym8="; }; # Building instructions: 2022-10-31T07:54:50 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 boxes nix build failed. patching sources @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash CC=cc | For compilation info please refer to the boxes compilation FAQ | at https://boxes.thomasjensen.com/faq.html#q5 mkdir out sed -e 's/--BVERSION--/2.2.0/; s/--GLOBALCONF--/\/nix\/store\/b47gsqdlh3qq2mgd9i8x2ixzrfmsz0hp-boxes-2.2.0\/share\/boxes\/boxes-config/' src/boxes.in.h > out/boxes.h sed -e 's/--BVERSION--/2.2.0/; s/--GLOBALCONF--/\/nix\/store\/b47gsqdlh3qq2mgd9i8x2ixzrfmsz0hp-boxes-2.2.0\/share\/boxes\/boxes-config/' doc/boxes.1.in > doc/boxes.1 make -C src BOXES_PLATFORM=unix LEX=flex YACC=bison build make[1]: Entering directory '/build/source/src' echo parser.o lex.yy.o cmdline.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt make -C ../out -f ../src/Makefile BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o cmdline.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o" STRIP=true \ CFLAGS_ADDTL="-O " flags_unix boxes make[2]: Entering directory '/build/source/out' echo parser.o lex.yy.o cmdline.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt flex --header-file=lex.yy.h ../src/lexer.l bison --warnings=all --verbose --defines=parser.h --output=parser.c ../src/parser.y cc -I. -I../src -Wall -W -O -c -o parser.o parser.c In file included from ../src/parser.y:22, from parser.c:91: boxes.h:31:10: fatal error: unitypes.h: No such file or directory 31 | #include  | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [: parser.o] Error 1 make[2]: Leaving directory '/build/source/out' make[1]: *** [Makefile:49: build] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:42: build] Error 2 2022-10-31T10:34:28 boxes 1.3 -> 2.2.0 https://github.com/ascii-boxes/boxes/releases 2022-10-31T10:34:31 attrpath: boxes 2022-10-31T10:34:31 Checking auto update branch... 2022-10-31T10:34:31 No auto update branch exists 2022-10-31T10:34:35 [version] 2022-10-31T10:34:38 [version] updated version and sha256 2022-10-31T10:34:38 [rustCrateVersion] 2022-10-31T10:34:38 [rustCrateVersion] No cargoSha256 found 2022-10-31T10:34:38 [golangModuleVersion] 2022-10-31T10:34:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-31T10:34:38 [updateScript] 2022-10-31T10:34:38 [updateScript] skipping because derivation has no updateScript 2022-10-31T10:34:38 2022-10-31T10:34:38 [quotedUrls] 2022-10-31T10:34:38 [quotedUrls] nothing found to replace 2022-10-31T10:34:38 Diff after rewrites: diff --git a/pkgs/tools/text/boxes/default.nix b/pkgs/tools/text/boxes/default.nix index f39349b2fbf..5b1789358c4 100644 --- a/pkgs/tools/text/boxes/default.nix +++ b/pkgs/tools/text/boxes/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "boxes"; - version = "1.3"; + version = "2.2.0"; src = fetchFromGitHub { owner = "ascii-boxes"; repo = "boxes"; rev = "v${version}"; - sha256 = "0b12rsynrmkldlwcb62drk33kk0aqwbj10mq5y5x3hjf626gjwsi"; + sha256 = "sha256-B3xoy6xu8UDlpCftcc/+lk2y61N5TDBbF5/UsJV6Ym8="; }; # Building instructions: 2022-10-31T10:36:13 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 boxes nix build failed. patching sources @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash CC=cc | For compilation info please refer to the boxes compilation FAQ | at https://boxes.thomasjensen.com/faq.html#q5 mkdir out sed -e 's/--BVERSION--/2.2.0/; s/--GLOBALCONF--/\/nix\/store\/b47gsqdlh3qq2mgd9i8x2ixzrfmsz0hp-boxes-2.2.0\/share\/boxes\/boxes-config/' src/boxes.in.h > out/boxes.h sed -e 's/--BVERSION--/2.2.0/; s/--GLOBALCONF--/\/nix\/store\/b47gsqdlh3qq2mgd9i8x2ixzrfmsz0hp-boxes-2.2.0\/share\/boxes\/boxes-config/' doc/boxes.1.in > doc/boxes.1 make -C src BOXES_PLATFORM=unix LEX=flex YACC=bison build make[1]: Entering directory '/build/source/src' echo parser.o lex.yy.o cmdline.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt make -C ../out -f ../src/Makefile BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o cmdline.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o" STRIP=true \ CFLAGS_ADDTL="-O " flags_unix boxes make[2]: Entering directory '/build/source/out' echo parser.o lex.yy.o cmdline.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt flex --header-file=lex.yy.h ../src/lexer.l bison --warnings=all --verbose --defines=parser.h --output=parser.c ../src/parser.y cc -I. -I../src -Wall -W -O -c -o parser.o parser.c In file included from ../src/parser.y:22, from parser.c:91: boxes.h:31:10: fatal error: unitypes.h: No such file or directory 31 | #include  | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [: parser.o] Error 1 make[2]: Leaving directory '/build/source/out' make[1]: *** [Makefile:49: build] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:42: build] Error 2