librepo 1.15.1 -> 1.17.0 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..d739abf77fef 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.0"; 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-Db4SGoysEIGS2tRm7Bz6fy9k/hWVLJO29Iq3oH9Tq+k="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/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/9walp7knvqvmnpp9pqwjsdpnx2524ack-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/9walp7knvqvmnpp9pqwjsdpnx2524ack-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!