dwarfs 0.7.4 -> 0.8.0 https://github.com/mhx/dwarfs/releases attrpath: dwarfs Checking auto update branch... An auto update branch exists with message `dwarfs: 0.7.4 -> 0.7.5`. New version is 0.8.0. The auto update branch does not match or exceed the new version. [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/filesystems/dwarfs/default.nix b/pkgs/tools/filesystems/dwarfs/default.nix index 8703c11bf3c7..2ec46b484e27 100644 --- a/pkgs/tools/filesystems/dwarfs/default.nix +++ b/pkgs/tools/filesystems/dwarfs/default.nix @@ -26,14 +26,14 @@ stdenv.mkDerivation rec { pname = "dwarfs"; - version = "0.7.4"; + version = "0.8.0"; src = fetchFromGitHub { owner = "mhx"; repo = "dwarfs"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-wclUyATUZmF7EEkrK9nWASmfiB+MBrvEzc73ngOrhZ0="; + hash = "sha256-tD1yRjwQ6g1ASUDMrVbtwjNe91+mI2dvvLGBaVdlwpA="; }; patches = [ 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 dwarfs nix build failed. -- Performing Test GFLAGS_NAMESPACE_IS_GFLAGS -- Performing Test GFLAGS_NAMESPACE_IS_GFLAGS - Success -- Performing Test COMPILER_HAS_F_COROUTINES -- Performing Test COMPILER_HAS_F_COROUTINES - Success -- GCC has support for C++ coroutines, setting flag for Folly build. -- arch matches x86_64, building SSE4.2 version of base64 -- Performing Test COMPILER_HAS_M_PCLMUL -- Performing Test COMPILER_HAS_M_PCLMUL - Success -- compiler has flag pclmul, setting compile flag for /build/source/folly/folly/hash/detail/ChecksumDetail.cpp;/build/source/folly/folly/hash/detail/Crc32CombineDetail.cpp;/build/source/folly/folly/hash/detail/Crc32cDetail.cpp CMake Deprecation Warning at fbthrift/CMakeLists.txt:15 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  -- Found Boost: /nix/store/x1c6mnx5n7hl85b0r141zp69sw1sd2fg-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0") found components: filesystem -- Found OpenSSL: /nix/store/1l3a02nqq5b5v7rhchj89hi7plmbza5r-openssl-3.0.12/lib/libcrypto.so (found version "3.0.12") CMake Error at /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) Call Stack (most recent call first): /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FindPython/Support.cmake:3824 (find_package_handle_standard_args) /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FindPython3.cmake:545 (include) cmake/render_manpage.cmake:29 (find_package) CMakeLists.txt:463 (add_manpage_source)  -- Configuring incomplete, errors occurred!