x11basic 1.27 -> 1.28 https://repology.org/project/x11basic/versions attrpath: x11basic 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/development/compilers/x11basic/default.nix b/pkgs/development/compilers/x11basic/default.nix index 3ce548c9b483..6ba9024f8b50 100644 --- a/pkgs/development/compilers/x11basic/default.nix +++ b/pkgs/development/compilers/x11basic/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "X11basic"; - version = "1.27"; + version = "1.28"; src = fetchFromGitHub { owner = "kollokollo"; repo = pname; rev = version; - sha256 = "1hpxzdqnjl1fiwgs2vrjg4kxm29c7pqwk3g1m4p5pm4x33a3d1q2"; + sha256 = "sha256-bCl+szQ3BSLL1VCXK8xfM6+6WQ1iFh49GhvHvxG9bGs="; }; nativeBuildInputs = [ autoconf automake ]; Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A x11basic nix build failed. | ^~~~~~~~ bytecode.c:1452:40: note: in expansion of macro 'TR' 1452 | if(TL!=PL_ARBINT) BCADD(BC_X2AI);TR(PL_ARBINT); | ^~ bytecode.c: In function 'bc_parser': bytecode.c:517:7: warning: 'a' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 517 | arbint_parser(funktion,a); | ^~~~~~~~~~~~~~~~~~~~~~~~~ bytecode.c:515:14: note: 'a' was declared here 515 | ARBINT a; | ^ bytecode.c:1033:9: warning: 'a' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 1033 | arbint_parser(s,a); | ^~~~~~~~~~~~~~~~~~ bytecode.c:1031:16: note: 'a' was declared here 1031 | ARBINT a; | ^ gcc -Wall -g -O2 -I /usr/include/freetype2/ -DUSE_SDL -DUSE_X11 -O3 -fno-omit-frame-pointer -c -o xbbc.o xbbc.c gcc -Wall -o xbbc bytecode.o xbbc.o -L . -ldl -lm -lpthread -lutil -lreadline -lbluetooth -lX11 -lx11basic strip xbbc gcc -Wall -g -O2 -I /usr/include/freetype2/ -DUSE_SDL -DUSE_X11 -O3 -fno-omit-frame-pointer -c -o xbvm.o xbvm.c gcc -Wall -o xbvm xbvm.o -L . -ldl -lm -lpthread -lutil -lreadline -lbluetooth -lX11 -lx11basic strip xbvm LD_LIBRARY_PATH=. ./xbasic examples/compiler/xbc.bas --dynamic -o xbc -L . strip xbc LD_LIBRARY_PATH=. ./xbc examples/compiler/bas2x11basic.bas --dynamic -o bas2x11basic -L . strip bas2x11basic fig2dev -L eps ../artwork/x11basicVersion.fig x11basic.eps /nix/store/5lr5n3qa4day8l1ivbwlcby2nknczqkq-bash-5.2p26/bin/bash: line 1: fig2dev: command not found make: *** [Makefile:790: x11basic.eps] Error 127