zim-tools 3.3.0 -> 3.4.0 https://github.com/openzim/zim-tools/releases attrpath: zim-tools 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/tools/text/zim-tools/default.nix b/pkgs/tools/text/zim-tools/default.nix index e51755dd7e44..100c9e706ff7 100644 --- a/pkgs/tools/text/zim-tools/default.nix +++ b/pkgs/tools/text/zim-tools/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "zim-tools"; - version = "3.3.0"; + version = "3.4.0"; src = fetchFromGitHub { owner = "openzim"; repo = "zim-tools"; rev = version; - sha256 = "sha256-kPUw13GVYZ1GLb4b4ch64GkJZtf6PW1gae8F/cgyG90="; + sha256 = "sha256-A1A0Ri2OwPyqpx0f5CPJL3zAwo2I/AiRKpmk3r4DeTc="; }; nativeBuildInputs = [ meson ninja pkg-config ]; 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 zim-tools nix build failed. Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase mesonConfigurePhase flags: --prefix=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0 --libdir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/lib --libexecdir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/libexec --bindir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/bin --sbindir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/sbin --includedir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/include --mandir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/share/man --infodir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/share/info --localedir=/nix/store/4j95yi2lf01jvhyavz5mrlhhv2v8fk96-zim-tools-3.4.0/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain The Meson build system Version: 1.3.1 Source dir: /build/source Build dir: /build/source/build Build type: native build Project name: zim-tools Project version: 3.4.0 C compiler for the host machine: gcc (gcc 13.2.0 "gcc (GCC) 13.2.0") C linker for the host machine: gcc ld.bfd 2.40 C++ compiler for the host machine: g++ (gcc 13.2.0 "g++ (GCC) 13.2.0") C++ linker for the host machine: g++ ld.bfd 2.40 Host machine cpu family: x86_64 Host machine cpu: x86_64 meson.build:6: WARNING: Consider using the built-in werror option instead of using "-Werror". meson.build:6: WARNING: Consider using the built-in warning_level option instead of using "-Wall". Found pkg-config: YES (/nix/store/01nygk9550khsba4msxd751bvgs8jj23-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Dependency libzim found: NO found 8.1.0 but need: '>=9.1.0' Did not find CMake 'cmake' Found CMake: NO Run-time dependency libzim found: NO meson.build:22:13: ERROR: Dependency lookup for libzim with method 'pkgconfig' failed: Invalid version, need 'libzim' ['>=9.1.0'] found '8.1.0'. A full log can be found at /build/source/build/meson-logs/meson-log.txt