litehtml 0.6 -> 0.9 https://github.com/litehtml/litehtml/releases attrpath: litehtml Checking auto update branch... An auto update branch exists with message `litehtml: 0.6 -> 0.8`. New version is 0.9. The auto update branch does not match or exceed the new version. [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/development/libraries/litehtml/default.nix b/pkgs/development/libraries/litehtml/default.nix index b1864f6497a9..bec023b37610 100644 --- a/pkgs/development/libraries/litehtml/default.nix +++ b/pkgs/development/libraries/litehtml/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "litehtml"; - version = "0.6"; + version = "0.9"; src = fetchFromGitHub { owner = "litehtml"; repo = "litehtml"; rev = "v${finalAttrs.version}"; - hash = "sha256-9571d3k8RkzEpMWPuIejZ7njLmYstSwFUaSqT3sk6uQ="; + hash = "sha256-ZE/HKzo3ejKpW/ih3sJwn2hzCtsBhAXeJWGezYd6Yc4="; }; # Don't search for non-existant gumbo cmake config 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 litehtml nix build failed. --- LOG END --- error: downloading 'https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip' 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/googletest-populate.dir/build.make:100: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/googletest-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 googletest 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) CMakeLists.txt:210 (FetchContent_Populate)  -- Configuring incomplete, errors occurred!