2022-11-04T01:22:59 dit 0.7 -> 0.8 https://repology.org/metapackage/dit/versions 2022-11-04T01:23:02 attrpath: dit 2022-11-04T01:23:02 Checking auto update branch... 2022-11-04T01:23:02 No auto update branch exists 2022-11-04T01:23:06 [version] 2022-11-04T01:23:10 [version] updated version and sha256 2022-11-04T01:23:10 [rustCrateVersion] 2022-11-04T01:23:10 [rustCrateVersion] No cargoSha256 found 2022-11-04T01:23:10 [golangModuleVersion] 2022-11-04T01:23:10 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-04T01:23:10 [updateScript] 2022-11-04T01:23:10 [updateScript] skipping because derivation has no updateScript 2022-11-04T01:23:10 2022-11-04T01:23:10 [quotedUrls] 2022-11-04T01:23:10 [quotedUrls] nothing found to replace 2022-11-04T01:23:10 Diff after rewrites: diff --git a/pkgs/applications/editors/dit/default.nix b/pkgs/applications/editors/dit/default.nix index 170019d2738..299ce397bc2 100644 --- a/pkgs/applications/editors/dit/default.nix +++ b/pkgs/applications/editors/dit/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "dit"; - version = "0.7"; + version = "0.8"; src = fetchurl { url = "https://hisham.hm/dit/releases/${version}/${pname}-${version}.tar.gz"; - sha256 = "0cmbyzqfz2qa83cg8lpjifn34wmx34c5innw485zh4vk3c0k8wlj"; + sha256 = "sha256-CloalasO1+oGrFvEo5uxyQll0g/DwFxdVYs/3etExPk="; }; buildInputs = [ ncurses lua ] 2022-11-04T01:24:49 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 dit nix build failed. In file included from Prototypes.h:10, from dit.c:20: dit.c: In function 'Dit_loadHardcodedBindings': Structures.h:366:24: error: 'KEY_EVENT' undeclared (first use in this function); did you mean 'KEY_C_END'? 366 | #define KEY_ALT(x) (KEY_EVENT == 0633 ? \ | ^~~~~~~~~ dit.c:1292:9: note: in expansion of macro 'KEY_ALT' 1292 | keys[KEY_ALT('C')] = (Dit_Action) Dit_x11copy; | ^~~~~~~ Structures.h:366:24: note: each undeclared identifier is reported only once for each function it appears in 366 | #define KEY_ALT(x) (KEY_EVENT == 0633 ? \ | ^~~~~~~~~ dit.c:1292:9: note: in expansion of macro 'KEY_ALT' 1292 | keys[KEY_ALT('C')] = (Dit_Action) Dit_x11copy; | ^~~~~~~ dit.c: In function 'Dit_save': dit.c:109:16: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 109 | system(command); | ^~~~~~~~~~~~~~~ dit.c: In function 'Dit_open': dit.c:1094:10: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 1094 | asprintf(&rpath, "%s/%s", realdir, base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dit.c: In function 'Dit_parseBindings': dit.c:1362:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 1362 | fgets(buffer, 255, fd); | ^~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:720: dit-dit.o] Error 1 make[1]: Leaving directory '/build/dit-0.8' make: *** [Makefile:443: all] Error 2