kup 0.9.1 -> 0.10.0 https://repology.org/project/kup-backup/versions attrpath: kup 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/applications/misc/kup/default.nix b/pkgs/applications/misc/kup/default.nix index 3ac622b11ff5..96105913a680 100644 --- a/pkgs/applications/misc/kup/default.nix +++ b/pkgs/applications/misc/kup/default.nix @@ -20,14 +20,14 @@ stdenv.mkDerivation rec { pname = "kup"; - version = "0.9.1"; + version = "0.10.0"; src = fetchFromGitLab { domain = "invent.kde.org"; repo = pname; owner = "system"; rev = "${pname}-${version}"; - sha256 = "1s180y6vzkxxcjpfdvrm90251rkaf3swzkjwdlpm6m4vnggq0hvs"; + sha256 = "sha256-G/GXmcQI1OBnCE7saPHeHDAMeL2WR6nVttMlKV2e01I="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/1rkn4zznmzlzqihnvwz9phqjnifa099k-nix-2.18.4/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kup nix build failed. -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Found KF5KIO: /nix/store/8yyscr4vkil8smp9r8vallb48ydjhxpj-kio-5.116.0-dev/lib/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.116.0") -- Found KF5IdleTime: /nix/store/sh9xw0n577qk78wbswk9h1lzdfwjnhai-kidletime-5.116.0-dev/lib/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake (found version "5.116.0") -- Found Gettext: /nix/store/kpicyzzxir2hr4j4ng94wywlsraz4k8p-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Found KF5I18n: /nix/store/w0dp6h7y04pxmd0jnq2wb69bgp7n8079-ki18n-5.116.0-dev/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.116.0") -- Found KF5Notifications: /nix/store/i6ca72vrzhippigsc9f34wy8mv9ngd6p-knotifications-5.116.0-dev/lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.116.0") -- Found KF5CoreAddons: /nix/store/7q1z8014gd0gm9snxfk37qsx8vad1szi-kcoreaddons-5.116.0-dev/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.116.0") -- Found KF5DBusAddons: /nix/store/3y69kvms1srf4jq35p5f4zkj0la56mgs-kdbusaddons-5.116.0-dev/lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.116.0") -- Found KF5Config: /nix/store/xjv29kbc1q94k8zhv30k75028ghw2bvv-kconfig-5.116.0-dev/lib/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.116.0") -- Found KF5JobWidgets: /nix/store/6chxp0ffbpg75i89z91sxa5zphpsw5vb-kjobwidgets-5.116.0-dev/lib/cmake/KF5JobWidgets/KF5JobWidgetsConfig.cmake (found version "5.116.0") -- Found KF5WidgetsAddons: /nix/store/6pn0id39cgkr3mfk50lljx6sa4cnii0z-kwidgetsaddons-5.116.0-dev/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.116.0") -- Found KF5XmlGui: /nix/store/qj8fvlhqv3ir3fvn3b2yzy9fl3xs67i3-kxmlgui-5.116.0-dev/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.116.0") -- Could NOT find KF5KCMUtils (missing: KF5KCMUtils_DIR) -- Could NOT find KF5KCMUtils: found neither KF5KCMUtilsConfig.cmake nor kf5kcmutils-config.cmake CMake Error at /nix/store/ll2b6cslly4v30im7qk34f9y21ziiz1i-cmake-3.29.6/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: KCMUtils) (found suitable version "5.116.0", minimum required is "5.96.0") Call Stack (most recent call first): /nix/store/ll2b6cslly4v30im7qk34f9y21ziiz1i-cmake-3.29.6/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/2dpn5gd2y4a63vvhyczgr09ywly9c10p-extra-cmake-modules-5.116.0/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:34 (find_package)  -- Configuring incomplete, errors occurred!