librepo 1.15.1 -> 1.15.2 https://github.com/rpm-software-management/librepo/releases attrpath: librepo 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/tools/package-management/librepo/default.nix b/pkgs/tools/package-management/librepo/default.nix index 1d43efe3f8af..131a9d0d9cb2 100644 --- a/pkgs/tools/package-management/librepo/default.nix +++ b/pkgs/tools/package-management/librepo/default.nix @@ -13,7 +13,7 @@ }: stdenv.mkDerivation rec { - version = "1.15.1"; + version = "1.15.2"; pname = "librepo"; outputs = [ "out" "dev" "py" ]; @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { owner = "rpm-software-management"; repo = "librepo"; rev = version; - sha256 = "sha256-XVjVu+UTIDbrKHmfJ2zZBLp/h0cLCZFxv/XZ0Iy8VPI="; + sha256 = "sha256-1VQqCWEb0o6NsRwJxcJGDnr+WBc5i/kpY8Z85KgCJ9U="; }; nativeBuildInputs = [ 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 librepo nix build failed. -- Found gpgme v1.21.0-unknown, checking for flavours... -- Found flavour 'vanilla', checking whether it's usable...yes -- Found flavour 'pthread', checking whether it's usable...yes -- Usable gpgme flavours found: vanilla pthread -- Checking for module 'zck>=0.9.11' -- Found zck, version 1.3.1 -- Found PythonInterp: /nix/store/wlxpsdzfvdanfzh704qmgyzb42qvy4fr-python3-3.10.12/bin/python3 (found suitable exact version "3.10.12") -- Found PythonLibs: /nix/store/wlxpsdzfvdanfzh704qmgyzb42qvy4fr-python3-3.10.12/lib/libpython3.10.so (found version "3.10.12") Building python bindings -- Python3 install dir is /nix/store/w24r2j4l31gghsnvf21apw922012cmfc-librepo-1.15.2/lib/python3.10/site-packages -- Checking for module 'check' -- Found check, version 0.15.2 -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done (0.9s) CMake Error at doc/CMakeLists.txt:5 (ADD_DEPENDENCIES): The dependency target "doc-c" of target "doc" does not exist.  -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_CXX_COMPILER CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 PYTHON_DESIRED  CMake Generate step failed. Build files cannot be regenerated correctly.