pdf4qt 1.3.7 -> 1.4.0.0 https://github.com/JakubMelka/PDF4QT/releases attrpath: pdf4qt 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/by-name/pd/pdf4qt/package.nix b/pkgs/by-name/pd/pdf4qt/package.nix index fd87006b8bd1..e008d8cc3d34 100644 --- a/pkgs/by-name/pd/pdf4qt/package.nix +++ b/pkgs/by-name/pd/pdf4qt/package.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "pdf4qt"; - version = "1.3.7"; + version = "1.4.0.0"; src = fetchFromGitHub { owner = "JakubMelka"; repo = "PDF4QT"; rev = "v${finalAttrs.version}"; - hash = "sha256-wZJDMLEaHGBPSToQ+ObSfB5tw/fTIX1i5tmNPmIa7Ck="; + hash = "sha256-NlIy/C4uHRG5wwXPuqCShe113qhhsQ5jp50zrOLLA2c="; }; patches = [ 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 pdf4qt nix build failed. -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Found OpenGL: /nix/store/a5vcvrkh1c2ng5kr584g3zw3991vnhks-libGL-1.7.0/lib/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /nix/store/kq90rz7favab185f9lyabzxc6z0z95w8-libxkbcommon-1.7.0/lib/libxkbcommon.so (found suitable version "1.7.0", minimum required is "0.5.0") -- Found WrapVulkanHeaders: /nix/store/kvnv3yfhwdvmmci261m092llmrwkw2rr-vulkan-headers-1.3.283.0/include -- Found OpenSSL: /nix/store/8bdd933v69w05k5v8hfcq74bi1f9545k-openssl-3.0.13/lib/libcrypto.so (found version "3.0.13") -- Found ZLIB: /nix/store/971g0fka30djkcww2ddpx7q66dr86c1q-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found Freetype: /nix/store/y4r2jq7d5iraqs7s0ggd03lb9p86b4yh-freetype-2.13.2/lib/libfreetype.so (found version "2.13.2") -- Found JPEG: /nix/store/zhbvxa3v0pm7r16fj6hhshc9zdbc50fc-libjpeg-turbo-3.0.3/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/h6v38d224rxbwbfj95wi3cq3gnmb9fr5-libpng-apng-1.6.43/lib/libpng.so (found version "1.6.43") CMake Error at CMakeLists.txt:72 (find_package): Could not find a package configuration file provided by "blend2d" with any of the following names: blend2dConfig.cmake blend2d-config.cmake Add the installation prefix of "blend2d" to CMAKE_PREFIX_PATH or set "blend2d_DIR" to a directory containing one of the above files. If "blend2d" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!