2022-11-15T16:01:35 bitcoin-abc 0.26.2 -> 0.26.5 https://github.com/bitcoin-ABC/bitcoin-abc/releases 2022-11-15T16:01:37 attrpath: bitcoin-abc 2022-11-15T16:01:37 Checking auto update branch... 2022-11-15T16:01:37 No auto update branch exists 2022-11-15T16:01:41 [version] 2022-11-15T16:01:46 [version] updated version and sha256 2022-11-15T16:01:46 [rustCrateVersion] 2022-11-15T16:01:46 [rustCrateVersion] No cargoSha256 found 2022-11-15T16:01:46 [golangModuleVersion] 2022-11-15T16:01:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-15T16:01:46 [updateScript] 2022-11-15T16:01:46 [updateScript] skipping because derivation has no updateScript 2022-11-15T16:01:46 2022-11-15T16:01:46 [quotedUrls] 2022-11-15T16:01:46 [quotedUrls] nothing found to replace 2022-11-15T16:01:46 Diff after rewrites: diff --git a/pkgs/applications/blockchains/bitcoin-abc/default.nix b/pkgs/applications/blockchains/bitcoin-abc/default.nix index c1ede1ea839..8cd184295ea 100644 --- a/pkgs/applications/blockchains/bitcoin-abc/default.nix +++ b/pkgs/applications/blockchains/bitcoin-abc/default.nix @@ -24,13 +24,13 @@ mkDerivation rec { pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc"; - version = "0.26.2"; + version = "0.26.5"; src = fetchFromGitHub { owner = "bitcoin-ABC"; repo = "bitcoin-abc"; rev = "v${version}"; - sha256 = "0gz4713lk3alk3ykwq1bdqjywadrfrnb7n2878136g01n87j00az"; + sha256 = "sha256-fORgSDRIcFYJzSfv0gX9d1tD39f/Qp1X+mj+QU8AvEw="; }; nativeBuildInputs = [ pkg-config cmake ]; 2022-11-15T16:03:46 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bitcoin-abc nix build failed. -- Performing Test have_C__std_c89 - Success -- Performing Test have_C__Wno_long_long -- Performing Test have_C__Wno_long_long - Success -- Performing Test have_C__Wno_duplicated_branches -- Performing Test have_C__Wno_duplicated_branches - Success -- Performing Test USE_ASM_X86_64 -- Performing Test USE_ASM_X86_64 - Success -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Found Event component event: /nix/store/cph87856yzakak001w00ck5n5cdajl19-libevent-2.1.12/lib/libevent.so -- Found Event: /nix/store/qhyyh6cyx3ly1jmhza47zcbh61fk58y5-libevent-2.1.12-dev/include (found suitable version "2.1.12-stable", minimum required is "2.0.22") found components: event -- Found Boost: /nix/store/yqp4aqm0a2z9pdy7n0hdp0dns2j6yw33-boost-1.65.1-dev/include (found suitable version "1.65.1", minimum required is "1.59") found components: filesystem system -- Found Boost: /nix/store/yqp4aqm0a2z9pdy7n0hdp0dns2j6yw33-boost-1.65.1-dev/include (found suitable version "1.65.1", minimum required is "1.59") found components: thread chrono system date_time atomic -- Found Event component pthreads: /nix/store/cph87856yzakak001w00ck5n5cdajl19-libevent-2.1.12/lib/libevent_pthreads.so -- Found Event: /nix/store/qhyyh6cyx3ly1jmhza47zcbh61fk58y5-libevent-2.1.12-dev/include (found suitable version "2.1.12-stable", minimum required is "2.0.22") found components: pthreads -- Found MiniUPnPc component miniupnpc: /nix/store/8k2qrl1w201lz8z0z1bbc506ln4ys2xy-miniupnpc-2.2.4/lib/libminiupnpc.so -- Found MiniUPnPc: /nix/store/8k2qrl1w201lz8z0z1bbc506ln4ys2xy-miniupnpc-2.2.4/include/miniupnpc (found suitable version "2.2.4", minimum required is "1.9") CMake Error at /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find NATPMP (missing: NATPMP_INCLUDE_DIR) Reason given by package: if the NAT-PMP feature is not required, it can be skipped by passing -DENABLE_NATPMP=OFF to the cmake command line Call Stack (most recent call first): /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindNATPMP.cmake:58 (find_package_handle_standard_args) src/CMakeLists.txt:662 (find_package)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log". See also "/build/source/build/CMakeFiles/CMakeError.log".