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/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/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/m2cyi7hi8vgpiargks1rhai30bcbx51n-kio-5.116.0-dev/lib/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.116.0") -- Found KF5IdleTime: /nix/store/hlablxdladziny10izpllskz83h01bd2-kidletime-5.116.0-dev/lib/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake (found version "5.116.0") -- Found Gettext: /nix/store/z14w63wj0gk97hr06l76d4s723ynhr2k-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Found KF5I18n: /nix/store/ngcx75xv66gdgm9li740483aklzzk8a3-ki18n-5.116.0-dev/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.116.0") -- Found KF5Notifications: /nix/store/0w6102a5x1c87mkdfwdnp6ii8zgi12bq-knotifications-5.116.0-dev/lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.116.0") -- Found KF5CoreAddons: /nix/store/src720mjsg41dlmrc8zkdxjivv1wql9g-kcoreaddons-5.116.0-dev/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.116.0") -- Found KF5DBusAddons: /nix/store/26iv5nkjbybzy24h4hq42vsdi8pgrrk8-kdbusaddons-5.116.0-dev/lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.116.0") -- Found KF5Config: /nix/store/x556mgi291620hzlkxd7gv9mpdijhpkr-kconfig-5.116.0-dev/lib/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.116.0") -- Found KF5JobWidgets: /nix/store/6bh925pq48mxyflsnmhhjwbqscgfl91h-kjobwidgets-5.116.0-dev/lib/cmake/KF5JobWidgets/KF5JobWidgetsConfig.cmake (found version "5.116.0") -- Found KF5WidgetsAddons: /nix/store/d31qr640ns7wb2q9rai3ijzz8604y1hb-kwidgetsaddons-5.116.0-dev/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.116.0") -- Found KF5XmlGui: /nix/store/m2fz07dvdd5m87xqh3d9kfsg9jqj07yc-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/q1nssraba326p2kp6627hldd2bhg254c-cmake-3.29.2/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/q1nssraba326p2kp6627hldd2bhg254c-cmake-3.29.2/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/6d9n7qfjlqv568hpvg6hr3i16fxx8rvc-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!