bitcoin-abc 0.26.2 -> 0.27.14 https://github.com/bitcoin-ABC/bitcoin-abc/releases attrpath: bitcoin-abc 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/blockchains/bitcoin-abc/default.nix b/pkgs/applications/blockchains/bitcoin-abc/default.nix index c1ede1ea839f..cf614801239c 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.27.14"; src = fetchFromGitHub { owner = "bitcoin-ABC"; repo = "bitcoin-abc"; rev = "v${version}"; - sha256 = "0gz4713lk3alk3ykwq1bdqjywadrfrnb7n2878136g01n87j00az"; + sha256 = "sha256-gVvJNlpKNNFV5n2UD2dGBciAqyveNEL+eoi4CNXIOp0="; }; nativeBuildInputs = [ pkg-config cmake ]; 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 bitcoin-abc nix build failed. -- Performing Test have_C__Wno_overlength_strings -- Performing Test have_C__Wno_overlength_strings - Success -- Performing Test have_C__std_c89 -- 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/6xvkbj7nx5mzl0j1p1f5sbdi580zmq70-libevent-2.1.12/lib/libevent.so -- Found Event: /nix/store/ky09qk1y8g7z7x2a2mq7ar3qnl8lvr5v-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/4b24mrrl4879nygl4a81ygsah8gdscs4-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found suitable version "1.81.0", minimum required is "1.64") -- Found Event component pthreads: /nix/store/6xvkbj7nx5mzl0j1p1f5sbdi580zmq70-libevent-2.1.12/lib/libevent_pthreads.so -- Found Event: /nix/store/ky09qk1y8g7z7x2a2mq7ar3qnl8lvr5v-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/fq8rs8arwf47z7qv6smfs5fzjiiqcnsn-miniupnpc-2.2.4/lib/libminiupnpc.so -- Found MiniUPnPc: /nix/store/fq8rs8arwf47z7qv6smfs5fzjiiqcnsn-miniupnpc-2.2.4/include/miniupnpc (found suitable version "2.2.4", minimum required is "1.9") CMake Error at /nix/store/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/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/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindNATPMP.cmake:58 (find_package_handle_standard_args) src/CMakeLists.txt:717 (find_package)  -- Configuring incomplete, errors occurred!