2022-11-01T14:02:40 bitcoin-abc 0.26.2 -> 0.26.4 https://github.com/bitcoin-ABC/bitcoin-abc/releases 2022-11-01T14:02:43 attrpath: bitcoin-abc 2022-11-01T14:02:43 Checking auto update branch... 2022-11-01T14:02:43 No auto update branch exists 2022-11-01T14:02:47 [version] 2022-11-01T14:02:53 [version] updated version and sha256 2022-11-01T14:02:53 [rustCrateVersion] 2022-11-01T14:02:53 [rustCrateVersion] No cargoSha256 found 2022-11-01T14:02:53 [golangModuleVersion] 2022-11-01T14:02:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-01T14:02:53 [updateScript] 2022-11-01T14:02:53 [updateScript] skipping because derivation has no updateScript 2022-11-01T14:02:53 2022-11-01T14:02:53 [quotedUrls] 2022-11-01T14:02:53 [quotedUrls] nothing found to replace 2022-11-01T14:02:53 Diff after rewrites: diff --git a/pkgs/applications/blockchains/bitcoin-abc/default.nix b/pkgs/applications/blockchains/bitcoin-abc/default.nix index c1ede1ea839..37567faed4f 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.4"; src = fetchFromGitHub { owner = "bitcoin-ABC"; repo = "bitcoin-abc"; rev = "v${version}"; - sha256 = "0gz4713lk3alk3ykwq1bdqjywadrfrnb7n2878136g01n87j00az"; + sha256 = "sha256-YgFnPaDdwo1Hh7Sl3a3YMfinwxz+w1/0WeoMwDTUCBs="; }; nativeBuildInputs = [ pkg-config cmake ]; 2022-11-01T14:04:55 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/6qhjiaj9xc6fm9g917pwp455w4n18lm4-libevent-2.1.12/lib/libevent.so -- Found Event: /nix/store/wqzjnh3n5aazsh7jvaid83i9s2ikimfk-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/y0h96a92r4cdl2k7j1nwhh8wcj4jfpy1-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/y0h96a92r4cdl2k7j1nwhh8wcj4jfpy1-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/6qhjiaj9xc6fm9g917pwp455w4n18lm4-libevent-2.1.12/lib/libevent_pthreads.so -- Found Event: /nix/store/wqzjnh3n5aazsh7jvaid83i9s2ikimfk-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/ryh83dqs0qzz02y2axi2idgr950xzhlz-miniupnpc-1.9.20160209/lib/libminiupnpc.so -- Found MiniUPnPc: /nix/store/ryh83dqs0qzz02y2axi2idgr950xzhlz-miniupnpc-1.9.20160209/include/miniupnpc (found suitable version "1.9.20160209", minimum required is "1.9") CMake Error at /nix/store/2abgwm2sc0bb1vn38bvz0qb697lc2iww-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/2abgwm2sc0bb1vn38bvz0qb697lc2iww-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".