dwarfs 0.7.5 -> 0.9.6 https://github.com/mhx/dwarfs/releases attrpath: dwarfs 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/filesystems/dwarfs/default.nix b/pkgs/tools/filesystems/dwarfs/default.nix index abd99731de13..ada1956211f8 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.5"; + version = "0.9.6"; src = fetchFromGitHub { owner = "mhx"; repo = "dwarfs"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-Zzm2SaFR31TBBMDfgJulVbqsJBh1He2wBFzHRC/c5vg="; + hash = "sha256-bX+6X/0P5JDSnwhGSQaWfI6KyduQW8irTkun1amhjYQ="; }; 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. -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- REAL_SOURCE_DIR: /build/source (/build/source) -- GIT_TOPLEVEL: /build/source () -- PRJ_GIT_REV: -- PRJ_GIT_DATE: -- PRJ_VERSION_FULL: 0.9.6 -- Found Boost: /nix/store/6d5sjqmrm93jncsmgzlgb7jqi1gwrgag-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found suitable version "1.81.0", minimum required is "1.67") found components: chrono iostreams program_options CMake Error at CMakeLists.txt:227 (find_package): Could not find a package configuration file provided by "range-v3" with any of the following names: range-v3Config.cmake range-v3-config.cmake Add the installation prefix of "range-v3" to CMAKE_PREFIX_PATH or set "range-v3_DIR" to a directory containing one of the above files. If "range-v3" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!