dwarfs 0.6.2 -> 0.7.1 https://repology.org/project/dwarfs/versions 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/filesystems/dwarfs/default.nix b/pkgs/tools/filesystems/dwarfs/default.nix index 1ffe03601df..9d9494be977 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.6.2"; + version = "0.7.1"; src = fetchFromGitHub { owner = "mhx"; repo = "dwarfs"; rev = "v${version}"; fetchSubmodules = true; - sha256 = "sha256-fA/3AooDndqYiK215cu/zTqCqeccHnwIX2CfJ9sC+Fc="; + sha256 = "sha256-VcFkR0trnDe2vI4gX3fC17pO0FV0phyGX2O3NcVVUNI="; }; patches = with lib.versions; [ 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. fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/share/doc/dwarfs -DCMAKE_INSTALL_INFODIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/ranlib -DCMAKE_AR=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/zapadl699gf3ipmlagz0fcbbfj7vfqb1-dwarfs-0.7.1 -DPREFER_SYSTEM_ZSTD=ON -DPREFER_SYSTEM_XXHASH=ON -DPREFER_SYSTEM_GTEST=ON -DWITH_TESTS=ON -DCMAKE_LIBRARY_ARCHITECTURE=x86_64 CMake Warning (dev) at CMakeLists.txt:19 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it.  -- The C compiler identification is GNU 12.3.0 -- The CXX compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.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/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.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: CMake Error at cmake/version.cmake:43 (message): missing version files Call Stack (most recent call first): CMakeLists.txt:116 (include)  -- Configuring incomplete, errors occurred!