kdePackages.kimageannotator 0.7.0 -> 0.7.1 https://repology.org/project/kimageannotator/versions attrpath: kdePackages.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 e32247a488a3..e179cb0f6c52 100644 --- a/pkgs/development/libraries/kimageannotator/default.nix +++ b/pkgs/development/libraries/kimageannotator/default.nix @@ -4,13 +4,13 @@ let isQt6 = lib.versions.major qtbase.version == "6"; in stdenv.mkDerivation rec { pname = "kimageannotator"; - version = "0.7.0"; + version = "0.7.1"; src = fetchFromGitHub { owner = "ksnip"; repo = "kImageAnnotator"; rev = "v${version}"; - hash = "sha256-Dq9CM/D3nA7MaY9rfwqF/UAw/+1ptKLf3P8jhFdngKk="; + hash = "sha256-LFou8gTF/XDBLNQbA4uurYJHQl7yOTKe2OGklUsmPrg="; }; nativeBuildInputs = [ cmake qttools ]; 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 kdePackages.kimageannotator nix build failed. -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Found OpenGL: /nix/store/xav6z6xz0n9bb9zvvvivsjyzyzx4lh9q-libGL-1.7.0/lib/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /nix/store/w9vx36lxhz4p9z3dj3i3496l2rmfddl0-libxkbcommon-1.5.0/lib/libxkbcommon.so (Required is at least version "0.5.0") -- Found WrapVulkanHeaders: /nix/store/38gwaydg15p688yna532ffgcb4zqbm18-vulkan-headers-1.3.275.0/include -- Found X11: /nix/store/hkkwx6m0g0hz87ckjzmyvzxj2gr9fnzn-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/zdvnf6b6w5sdgxbzg7v6yrlijml8y4yq-libX11-1.8.7/lib/libX11.so;/nix/store/7zkcm91ylnlip3xp1kn1xrn7d5zqzq1r-libXext-1.3.6/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/zdvnf6b6w5sdgxbzg7v6yrlijml8y4yq-libX11-1.8.7/lib/libX11.so;/nix/store/7zkcm91ylnlip3xp1kn1xrn7d5zqzq1r-libXext-1.3.6/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): Could not find a configuration file for package "kColorPicker-Qt6" that is compatible with requested version "0.3.1". The following configuration files were considered but not accepted: /nix/store/grhwbzl9jg167ha6drwzbmpv6qziz4lg-kcolorpicker-0.3.0/lib/cmake/kColorPicker-Qt6/kColorPicker-Qt6Config.cmake, version: 0.3.0  -- Configuring incomplete, errors occurred!