elfio 3.10 -> 3.11 https://repology.org/project/elfio/versions attrpath: elfio 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/elfio/default.nix b/pkgs/development/libraries/elfio/default.nix index 13bdbe735d6..e1c1d72095d 100644 --- a/pkgs/development/libraries/elfio/default.nix +++ b/pkgs/development/libraries/elfio/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "elfio"; - version = "3.10"; + version = "3.11"; src = fetchFromGitHub { owner = "serge1"; repo = "elfio"; rev = "Release_${version}"; - sha256 = "sha256-DuZhkiHXdCplRiOy1Gsu7voVPdCbFt+4qFqlOeOeWQw="; + sha256 = "sha256-hNsRQ00sP6KI9ghsNBx0T6s6pR0guHZW93Q4jX24Fws="; }; nativeBuildInputs = [ cmake ]; 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 elfio nix build failed. error: downloading 'https://github.com/google/googletest/archive/9a32aee22d771387c494be2d8519fbdf46a713b2.zip' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection 0 --- 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/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1622 (message): Build step for googletest failed: 2 Call Stack (most recent call first): /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1762:EVAL:2 (__FetchContent_directPopulate) /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1762 (cmake_language) /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1976 (FetchContent_Populate) tests/CMakeLists.txt:11 (FetchContent_MakeAvailable)  -- Configuring incomplete, errors occurred!