kdePackages.taglib 1.13.1 -> 2.0.1 https://github.com/taglib/taglib/releases attrpath: kdePackages.taglib 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/taglib/default.nix b/pkgs/development/libraries/taglib/default.nix index fc3914b26d29..fe745c6df20b 100644 --- a/pkgs/development/libraries/taglib/default.nix +++ b/pkgs/development/libraries/taglib/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "taglib"; - version = "1.13.1"; + version = "2.0.1"; src = fetchFromGitHub { owner = "taglib"; repo = "taglib"; rev = "v${finalAttrs.version}"; - hash = "sha256-QX0EpHGT36UsgIfRf5iALnwxe0jjLpZvCTbk8vSMFF4="; + hash = "sha256-zoZir1TtYtEEZBudlGRLYPFIFJl5oad4+l64lytJ+bc="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kdePackages.taglib nix build failed. -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long long -- Check size of long long - done -- Check size of wchar_t -- Check size of wchar_t - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Performing Test HAVE_GCC_BYTESWAP -- Performing Test HAVE_GCC_BYTESWAP - Success -- Performing Test HAVE_ISO_STRDUP -- Performing Test HAVE_ISO_STRDUP - Failed -- Found ZLIB: /nix/store/rrhw8p4hdrbh3pq7p2hlc1z2ixxzcxcb-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Could NOT find utf8cpp (missing: utf8cpp_INCLUDE_DIR) CMake Error at CMakeLists.txt:173 (message): utfcpp not found. Either install package (probably utfcpp, utf8cpp, or libutfcpp-dev) or fetch the git submodule using git submodule update --init  -- Configuring incomplete, errors occurred!