guestfs-tools 1.48.2 -> 1.50.0 https://repology.org/metapackage/guestfs-tools/versions attrpath: guestfs-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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/virtualization/guestfs-tools/default.nix b/pkgs/tools/virtualization/guestfs-tools/default.nix index 1c213c6b324..6caa6454dfb 100644 --- a/pkgs/tools/virtualization/guestfs-tools/default.nix +++ b/pkgs/tools/virtualization/guestfs-tools/default.nix @@ -27,11 +27,11 @@ stdenv.mkDerivation rec { pname = "guestfs-tools"; - version = "1.48.2"; + version = "1.50.0"; src = fetchurl { url = "https://download.libguestfs.org/guestfs-tools/${lib.versions.majorMinor version}-stable/guestfs-tools-${version}.tar.gz"; - sha256 = "sha256-G9l5sG5g5kMlSXzg0GX8+Et7M9/k2dRLMBgsMI4MaxA="; + sha256 = "sha256-33M5OfxB6RM9VVuZlhYInUquV/KvRld8qEjdz2IUo3g="; }; nativeBuildInputs = [ 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 guestfs-tools nix build failed. checking for sqlite3... no checking for xzcat... /nix/store/12wczkzi5db1ajbjp4hdyif3v9y5rbi5-xz-5.4.1-bin/bin/xzcat checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes checking for bison... bison -y checking for valgrind... no --- Checking for the C compiler environment --- checking how to run the C preprocessor... gcc -E checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking size of long... 8 checking if __attribute__((cleanup(...))) works with this compiler... yes --- Checking for libraries used by libguestfs --- checking pkg-config is at least version 0.9.0... yes checking for LIBGUESTFS... no configure: error: Package requirements (libguestfs >= 1.49.8) were not met: Requested 'libguestfs >= 1.49.8' but version of libguestfs is 1.48.4 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGUESTFS_CFLAGS and LIBGUESTFS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.