ktextaddons 1.3.2 -> 1.5.3 https://repology.org/project/ktextaddons/versions attrpath: ktextaddons 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/development/libraries/ktextaddons/default.nix b/pkgs/development/libraries/ktextaddons/default.nix index b648109d150e..c4d08297f5c7 100644 --- a/pkgs/development/libraries/ktextaddons/default.nix +++ b/pkgs/development/libraries/ktextaddons/default.nix @@ -1,11 +1,11 @@ { lib, mkDerivation, fetchurl, cmake, extra-cmake-modules, karchive, kconfigwidgets, kcoreaddons, ki18n, kxmlgui, qtkeychain }: mkDerivation rec { pname = "ktextaddons"; - version = "1.3.2"; + version = "1.5.3"; src = fetchurl { url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz"; - hash = "sha256-mB7Hh2Ljrg8D2GxDyHCa1s6CVmg5DDkhwafEqtSqUeM="; + hash = "sha256-ilLbir+oqdaNLSkfsPi+IGWf14mZh7Tcr98kaNsJF9w="; }; nativeBuildInputs = [ cmake extra-cmake-modules ]; Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ktextaddons nix build failed. Installing in /nix/store/q1cygz6z0lhwvj59lnh198pkdb80x04j-ktextaddons-1.5.3. Run /build/ktextaddons-1.5.3/build/prefix.sh to set the environment for KTextAddons. -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE - Success -- Found Gettext: /nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Found KF5I18n: /nix/store/xs4g0i0j5q9mnmjhhi0iblih7frqhk6a-ki18n-5.115.1-dev/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.115.0") -- Found KF5ConfigWidgets: /nix/store/i5aphr6vjql8x2b68y928zinyy1jwmsm-kconfigwidgets-5.115.0-dev/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (found version "5.115.0") -- Found KF5Archive: /nix/store/qpdk4gra463f8jykbj7c2avzd5m2vskw-karchive-5.115.0-dev/lib/cmake/KF5Archive/KF5ArchiveConfig.cmake (found version "5.115.0") -- Found KF5CoreAddons: /nix/store/hmhqwvppdiwr1psq8ww3nlxrf0gwwf2q-kcoreaddons-5.115.0-dev/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.115.0") -- Found KF5Sonnet: /nix/store/14fqhy0iwcqzq9s6bpbq2mx8p0nx83l9-sonnet-5.115.0-dev/lib/cmake/KF5Sonnet/KF5SonnetConfig.cmake (found version "5.115.0") -- Could NOT find KF5KIO (missing: KF5KIO_DIR) -- Could NOT find KF5KIO: found neither KF5KIOConfig.cmake nor kf5kio-config.cmake -- Could NOT find KF5SyntaxHighlighting (missing: KF5SyntaxHighlighting_DIR) -- Could NOT find KF5SyntaxHighlighting: found neither KF5SyntaxHighlightingConfig.cmake nor kf5syntaxhighlighting-config.cmake CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: KIO SyntaxHighlighting) (found suitable version "5.115.0", minimum required is "5.105.0") Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/3axbwz5m17xk6lji1sp4xni5pdp3fx4i-extra-cmake-modules-5.115.0/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:43 (find_package)  -- Configuring incomplete, errors occurred!