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/a6cncgsmsrshyqq8j6swkv9pn9lz6by4-kio-5.116.0-dev/lib/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.116.0") -- Found KF5IdleTime: /nix/store/35ps50ni5j2nyna4f57mgmdklx68y7jp-kidletime-5.116.0-dev/lib/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake (found version "5.116.0") -- Found Gettext: /nix/store/gf8fvv3n09b9ww68rnlhdffv93jc2pac-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Found KF5I18n: /nix/store/nsl6nfazyhhacbzmxvq89x2p2x5zhvhn-ki18n-5.116.0-dev/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.116.0") -- Found KF5Notifications: /nix/store/9ry64471pv94im7mxdh9a3wa3qzcx8lz-knotifications-5.116.0-dev/lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.116.0") -- Found KF5CoreAddons: /nix/store/mcz3m25i00m9qvvknbmkc7k01b2p1dhx-kcoreaddons-5.116.0-dev/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.116.0") -- Found KF5DBusAddons: /nix/store/k4mgxqy6h38j53k1drijnvawaq0zirs5-kdbusaddons-5.116.0-dev/lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.116.0") -- Found KF5Config: /nix/store/y5sf5aprvqh1d5n0d43riicw9w3gl932-kconfig-5.116.0-dev/lib/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.116.0") -- Found KF5JobWidgets: /nix/store/jyw8bbzal7y00nik5ihfj4ndffdsy7y1-kjobwidgets-5.116.0-dev/lib/cmake/KF5JobWidgets/KF5JobWidgetsConfig.cmake (found version "5.116.0") -- Found KF5WidgetsAddons: /nix/store/4llah6j92j8sy01qc63p2ni65g20vvyy-kwidgetsaddons-5.116.0-dev/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.116.0") -- Found KF5XmlGui: /nix/store/92dc0cwnlawjpxkdcvk1dagxh51vzjhs-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/ih3wsahlr3d787jc4kzqizp6syq6hy29-cmake-3.29.3/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/ih3wsahlr3d787jc4kzqizp6syq6hy29-cmake-3.29.3/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/5g91adnq3l7kky0jh21dvn23ln9g06wx-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!