groonga 13.1.1 -> 14.0.0 https://repology.org/project/groonga/versions attrpath: groonga 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/search/groonga/default.nix b/pkgs/servers/search/groonga/default.nix index 07f86a9ae808..f1c59f88d127 100644 --- a/pkgs/servers/search/groonga/default.nix +++ b/pkgs/servers/search/groonga/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "groonga"; - version = "13.1.1"; + version = "14.0.0"; src = fetchurl { url = "https://packages.groonga.org/source/groonga/groonga-${finalAttrs.version}.tar.gz"; - hash = "sha256-eggMegWTpv+WIbzYq2GjSD66+Tj7zcvVUcbD2EkrFO8="; + hash = "sha256-ckLa6STqNb/BXxH0nKZ0U7w+jXL2sy/2CTKkP5/UD0g="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A groonga nix build failed. status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- LOG END --- make[2]: *** [CMakeFiles/h3-populate.dir/build.make:100: h3-populate-prefix/src/h3-populate-stamp/h3-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/h3-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2  CMake Error at /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for h3 failed: 2 Call Stack (most recent call first): /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) CMakeLists.txt:1350 (fetchcontent_makeavailable) CMakeLists.txt:1358 (grn_build_h3)  -- Configuring incomplete, errors occurred!