libsForQt5.kimageannotator 0.6.1 -> 0.7.0 https://repology.org/project/kimageannotator/versions attrpath: libsForQt5.kimageannotator 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/kimageannotator/default.nix b/pkgs/development/libraries/kimageannotator/default.nix index ce1be1d18062..d00fbcfe5491 100644 --- a/pkgs/development/libraries/kimageannotator/default.nix +++ b/pkgs/development/libraries/kimageannotator/default.nix @@ -2,13 +2,13 @@ mkDerivation rec { pname = "kimageannotator"; - version = "0.6.1"; + version = "0.7.0"; src = fetchFromGitHub { owner = "ksnip"; repo = "kImageAnnotator"; rev = "v${version}"; - sha256 = "sha256-lNoYAJ5yTC5H0gWPVkBGhLroRhFCPyC1DsVBy0IrqL4="; + sha256 = "sha256-Dq9CM/D3nA7MaY9rfwqF/UAw/+1ptKLf3P8jhFdngKk="; }; nativeBuildInputs = [ cmake qttools ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsForQt5.kimageannotator nix build failed. -- Detecting CXX compile features - done -- Found X11: /nix/store/nymgy9hw32mavimh1ghnw0s8nkwsg71k-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/x51ly05chwj47xgz5grn48rz5k2mvzlg-libX11-1.8.7/lib/libX11.so;/nix/store/8a30syk0pipph0m1baz281as60q2d33m-libXext-1.3.5/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/x51ly05chwj47xgz5grn48rz5k2mvzlg-libX11-1.8.7/lib/libX11.so;/nix/store/8a30syk0pipph0m1baz281as60q2d33m-libXext-1.3.5/lib/libXext.so - found -- Looking for gethostbyname -- 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 CMake Error at CMakeLists.txt:47 (find_package): By not providing "FindkColorPicker-Qt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "kColorPicker-Qt5", but CMake did not find one. Could not find a package configuration file provided by "kColorPicker-Qt5" (requested version 0.3.0) with any of the following names: kColorPicker-Qt5Config.cmake kcolorpicker-qt5-config.cmake Add the installation prefix of "kColorPicker-Qt5" to CMAKE_PREFIX_PATH or set "kColorPicker-Qt5_DIR" to a directory containing one of the above files. If "kColorPicker-Qt5" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!