ttyplot 1.5.2 -> 1.6.1 https://repology.org/project/ttyplot/versions attrpath: ttyplot 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/misc/ttyplot/default.nix b/pkgs/tools/misc/ttyplot/default.nix index 4e8d7ca8f9fe..c73bc0fef47c 100644 --- a/pkgs/tools/misc/ttyplot/default.nix +++ b/pkgs/tools/misc/ttyplot/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "ttyplot"; - version = "1.5.2"; + version = "1.6.1"; src = fetchFromGitHub { owner = "tenox7"; repo = "ttyplot"; rev = version; - sha256 = "sha256-BYMdGNDl8HUin1Hu4Fqgx305a/tTt1fztqlT2vDeTh8="; + sha256 = "sha256-SQ5keCcwzQsSxfSevQwRa1eNf+8JXsrh1vljehI4tPc="; }; buildInputs = [ ncurses ]; 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 ttyplot nix build failed. ./ttyplot.c: In function 'paint_plot': ./ttyplot.c:257:5: warning: implicit declaration of function 'mvvline_set'; did you mean 'mvvline'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 257 | mvvline_set(height-2, 5, &plotchar, 1); | ^~~~~~~~~~~ | mvvline ./ttyplot.c:271:5: warning: implicit declaration of function 'plot_values' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 271 | plot_values(plotheight, plotwidth, values1, values2, max, hardmin, n, &plotchar, &max_errchar, &min_errchar, hardmax); | ^~~~~~~~~~~ ./ttyplot.c: In function 'main': ./ttyplot.c:514:17: error: request for member 'chars' in something not a structure or union 514 | plotchar.chars[0]=0x2502; // U+2502 box drawings light vertical | ^ ./ttyplot.c:516:17: error: request for member 'chars' in something not a structure or union 516 | plotchar.chars[0]='|'; // U+007C vertical line | ^ ./ttyplot.c:517:16: error: request for member 'chars' in something not a structure or union 517 | max_errchar.chars[0]='e'; | ^ ./ttyplot.c:518:16: error: request for member 'chars' in something not a structure or union 518 | min_errchar.chars[0]='v'; | ^ ./ttyplot.c:570:33: error: request for member 'chars' in something not a structure or union 570 | mbtowc(&plotchar.chars[0], optarg, MB_CUR_MAX); | ^ ./ttyplot.c:573:36: error: request for member 'chars' in something not a structure or union 573 | mbtowc(&max_errchar.chars[0], optarg, MB_CUR_MAX); | ^ ./ttyplot.c:576:36: error: request for member 'chars' in something not a structure or union 576 | mbtowc(&min_errchar.chars[0], optarg, MB_CUR_MAX); | ^