librepo 1.15.1 -> 1.17.1 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/package-management/librepo/default.nix b/pkgs/tools/package-management/librepo/default.nix index 1d43efe3f8af..6e64d2d86aab 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.17.1"; 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-AGBGcEAxMixBc+oQFPhUkWH98EnpEzgBdJ71s+nqfr0="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A librepo nix build failed. Call Stack (most recent call first): CMakeLists.txt:40 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it.  CMake Warning (dev) at cmake/Modules/FindGpgme.cmake:246 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:40 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it.  -- 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 'libselinux' -- No package 'libselinux' found CMake Error at /nix/store/mbw6qprvn80p8k7z3lq44hnz6b332xf6-cmake-3.28.3/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - libselinux Call Stack (most recent call first): /nix/store/mbw6qprvn80p8k7z3lq44hnz6b332xf6-cmake-3.28.3/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:42 (PKG_CHECK_MODULES)  -- Configuring incomplete, errors occurred!