boxes 1.3 -> 2.2.1 https://repology.org/project/boxes/versions attrpath: boxes 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/tools/text/boxes/default.nix b/pkgs/tools/text/boxes/default.nix index f39349b2fbf0..0fde47805df2 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.1"; src = fetchFromGitHub { owner = "ascii-boxes"; repo = "boxes"; rev = "v${version}"; - sha256 = "0b12rsynrmkldlwcb62drk33kk0aqwbj10mq5y5x3hjf626gjwsi"; + sha256 = "sha256-EVN6vy7rAvoFLHBJ62APCcHtsh6Yw8188uZNLeeJlq4="; }; # Building instructions: 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 boxes nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/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.1/; s/--GLOBALCONF--/\/nix\/store\/s4207j3c4q67dc23dsc1dnj44rzr58sr-boxes-2.2.1\/share\/boxes\/boxes-config/' src/boxes.in.h > out/boxes.h sed -e 's/--BVERSION--/2.2.1/; s/--GLOBALCONF--/\/nix\/store\/s4207j3c4q67dc23dsc1dnj44rzr58sr-boxes-2.2.1\/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:44: build] Error 2