wimlib 1.13.6 -> 1.14.1 https://repology.org/project/wimlib/versions attrpath: wimlib 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/archivers/wimlib/default.nix b/pkgs/tools/archivers/wimlib/default.nix index f5faa099f88..010cd916fa3 100644 --- a/pkgs/tools/archivers/wimlib/default.nix +++ b/pkgs/tools/archivers/wimlib/default.nix @@ -8,7 +8,7 @@ }: stdenv.mkDerivation rec { - version = "1.13.6"; + version = "1.14.1"; pname = "wimlib"; nativeBuildInputs = [ pkg-config makeWrapper ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz"; - sha256 = "sha256-Cg+cHA06KnZkVTWusPYuA/xVkUymXzpNVZm7iwJg29k="; + sha256 = "sha256-SUoVN1YW8uDpqwUCRcPcMobe8hrCAC3AZLzCsYdjb0I="; }; preBuild = lib.optionalString (!stdenv.isDarwin) '' 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 wimlib nix build failed. checking for errno.h... yes checking for glob.h... yes checking for machine/endian.h... no checking for stdarg.h... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for sys/byteorder.h... no checking for sys/endian.h... no checking for sys/file.h... yes checking for sys/syscall.h... yes checking for sys/sysctl.h... no checking for sys/times.h... yes checking for sys/xattr.h... yes checking for time.h... yes checking for utime.h... yes checking for struct stat.st_mtim... yes checking how to run the C preprocessor... gcc -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether to include support for ntfs-3g... yes checking for LIBNTFS_3G... yes checking whether to include support for mounting WIMs... yes checking for LIBFUSE... no configure: error: Cannot find libfuse3! Without libfuse3, wimlib cannot include support for mounting WIM images. Either install libfuse3, or configure --without-fuse to disable this feature.