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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-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/9smgrpq2rmc5rzd49x07p182c8259ccb-libGL-1.7.0/lib/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /nix/store/nvjylhp4ihsw1njffcmfna7gqmkrs6si-libxkbcommon-1.5.0/lib/libxkbcommon.so (Required is at least version "0.5.0") -- Found WrapVulkanHeaders: /nix/store/cmibr2smhda4iby4kj3skq8zai3jw05s-vulkan-headers-1.3.275.0/include -- Found X11: /nix/store/5zv2bbd3y7s08qcnj6j7w39i26gqjg9b-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/a3fhvy76y01zs6dpjcpp4iwpfg4pb4h4-libX11-1.8.7/lib/libX11.so;/nix/store/ndrbwvfh7mqi7q84mmxblxjikb3v731x-libXext-1.3.6/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/a3fhvy76y01zs6dpjcpp4iwpfg4pb4h4-libX11-1.8.7/lib/libX11.so;/nix/store/ndrbwvfh7mqi7q84mmxblxjikb3v731x-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/6zdzl6iqnf7jcxdm3cdggq17rlxmy27d-kcolorpicker-0.3.0/lib/cmake/kColorPicker-Qt6/kColorPicker-Qt6Config.cmake, version: 0.3.0  -- Configuring incomplete, errors occurred!