enchant2 2.3.3 -> 2.3.4 https://github.com/AbiWord/enchant/releases attrpath: enchant2 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/enchant/2.x.nix b/pkgs/development/libraries/enchant/2.x.nix index 4c52a164f7c..86e2ede01bc 100644 --- a/pkgs/development/libraries/enchant/2.x.nix +++ b/pkgs/development/libraries/enchant/2.x.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "enchant"; - version = "2.3.3"; + version = "2.3.4"; outputs = [ "out" "dev" ]; src = fetchurl { url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-PaEhA/Ec9Jw88v0s4wF1dcUyGkieW5v6gd2R7EE/OJE="; + sha256 = "sha256-H34mdE2xyaD+ph0hafTlwc5DXPjCcxw34+QFQRnplKA="; }; nativeBuildInputs = [ 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 enchant2 nix build failed. 116 | enchant_get_user_config_dir (void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ lib.c: In function 'enchant_get_user_language': lib.c:1420:1: warning: function might be candidate for attribute 'malloc' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsuggest-attribute=malloc-Wsuggest-attribute=malloc]8;;] 1420 | enchant_get_user_language(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~ lib.c: In function 'enchant_iso_639_from_tag': lib.c:207:25: warning: use of possibly-NULL 'new_tag' where non-null expected []8;;https://cwe.mitre.org/data/definitions/690.htmlCWE-690]8;;] []8;;https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html#index-Wanalyzer-possible-null-argument-Wanalyzer-possible-null-argument]8;;] 207 | char * needle = strchr (new_tag, '_'); | ^~~~~~~~~~~~~~~~~~~~~ 'enchant_iso_639_from_tag': events 1-2 | | 206 | char * new_tag = strdup (dict_tag); | | ^~~~~~~~~~~~~~~~~ | | | | | (1) this call could return NULL | 207 | char * needle = strchr (new_tag, '_'); | | ~~~~~~~~~~~~~~~~~~~~~ | | | | | (2) argument 1 ('new_tag') from (1) could be NULL where non-null expected | In file included from ../lib/string.h:41, from lib.c:35: /nix/store/2yqq5627yd9i5rba8r4div57jc2092y8-glibc-2.35-224-dev/include/string.h:246:14: note: argument 1 of 'strchr' must be non-null 246 | extern char *strchr (const char *__s, int __c) | ^~~~~~ make[2]: Leaving directory '/build/enchant-2.3.4/src' make[1]: *** [Makefile:1004: all-recursive] Error 1 make[1]: Leaving directory '/build/enchant-2.3.4' make: *** [Makefile:915: all] Error 2