hiawatha 10.11 -> 11.4 https://repology.org/project/hiawatha/versions attrpath: hiawatha 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/http/hiawatha/default.nix b/pkgs/servers/http/hiawatha/default.nix index d92d5d51a4f8..5197a5b85183 100644 --- a/pkgs/servers/http/hiawatha/default.nix +++ b/pkgs/servers/http/hiawatha/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "hiawatha"; - version = "10.11"; + version = "11.4"; src = fetchFromGitLab { owner = "hsleisink"; repo = "hiawatha"; rev = "v${version}"; - sha256 = "10a7dqj37zrbmgnhwsw0mqm5x25kasl8p95g01rzakviwxkdrkid"; + sha256 = "sha256-aGmeOMnQuEDJtMyE+DtNoxC/rxnDOVGW/ieg1JH8QMA="; }; nativeBuildInputs = [ cmake ninja ]; 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 hiawatha nix build failed. /build/source/src/libfs.c:570:9: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-truncation] 570 | strncpy(file + len_nb, filename, len_fn + 1); | ^ /build/source/src/libfs.c:564:18: note: length computed here 564 | len_fn = strlen(filename); | ^~~~~~~~~~~~~~~~ [37/55] Building C object CMakeFiles/hiawatha.dir/src/xslt.c.o /build/source/src/xslt.c: In function 'init_xslt_module': /build/source/src/xslt.c:280:9: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 280 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from /nix/store/9vzgjwxd7fqv30haynd17nhisa2n6j6q-libxml2-2.11.5-dev/include/libxml2/libxml/globals.h:21, from /nix/store/9vzgjwxd7fqv30haynd17nhisa2n6j6q-libxml2-2.11.5-dev/include/libxml2/libxml/xmlIO.h:117, from /nix/store/9vzgjwxd7fqv30haynd17nhisa2n6j6q-libxml2-2.11.5-dev/include/libxml2/libxml/parser.h:812, from /nix/store/li4g8yjkgk1irp5h1nqir5qswf1nw4xb-libxslt-1.1.38-dev/include/libxslt/transform.h:15, from /build/source/src/xslt.c:25: /nix/store/9vzgjwxd7fqv30haynd17nhisa2n6j6q-libxml2-2.11.5-dev/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ /build/source/src/xslt.c: In function 'show_index': /build/source/src/xslt.c:675:17: warning: pointer may be used after 'free' [-Wuse-after-free] 675 | free(ruri); | ^~~~~~~~~~ /build/source/src/xslt.c:654:9: note: call to 'free' here 654 | free(ruri); | ^~~~~~~~~~ [38/55] Building C object CMakeFiles/hiawatha.dir/src/workers.c.o [39/55] Building C object CMakeFiles/hiawatha.dir/src/target.c.o [40/55] Building C object CMakeFiles/hiawatha.dir/src/serverconfig.c.o ninja: build stopped: subcommand failed.