hiawatha 10.11 -> 11.5 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 Diff after rewrites: diff --git a/pkgs/servers/http/hiawatha/default.nix b/pkgs/servers/http/hiawatha/default.nix index d92d5d51a4f8..6fdfd92d00ea 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.5"; src = fetchFromGitLab { owner = "hsleisink"; repo = "hiawatha"; rev = "v${version}"; - sha256 = "10a7dqj37zrbmgnhwsw0mqm5x25kasl8p95g01rzakviwxkdrkid"; + sha256 = "sha256-kswVBVL/QUQmCwH74qWwSwLz4uwDymuHIr8NokrrgEM="; }; 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:572:9: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-truncation] 572 | strncpy(file + len_nb, filename, len_fn + 1); | ^ /build/source/src/libfs.c:566:18: note: length computed here 566 | len_fn = strlen(filename); | ^~~~~~~~~~~~~~~~ [36/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/nhv7xmxzi63lp3x1j7zrwb7f2248sgl2-libxml2-2.11.5-dev/include/libxml2/libxml/globals.h:21, from /nix/store/nhv7xmxzi63lp3x1j7zrwb7f2248sgl2-libxml2-2.11.5-dev/include/libxml2/libxml/xmlIO.h:117, from /nix/store/nhv7xmxzi63lp3x1j7zrwb7f2248sgl2-libxml2-2.11.5-dev/include/libxml2/libxml/parser.h:812, from /nix/store/l3rz0yn99xs35bq8svv1cka90zvf1jnn-libxslt-1.1.39-dev/include/libxslt/transform.h:15, from /build/source/src/xslt.c:25: /nix/store/nhv7xmxzi63lp3x1j7zrwb7f2248sgl2-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); | ^~~~~~~~~~ [37/55] Building C object CMakeFiles/hiawatha.dir/src/workers.c.o [38/55] Building C object CMakeFiles/hiawatha.dir/src/target.c.o [39/55] Building C object CMakeFiles/hiawatha.dir/src/serverconfig.c.o ninja: build stopped: subcommand failed.