bitcoin-abc 0.26.2 -> 0.27.1 https://repology.org/metapackage/bitcoin-abc/versions 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 [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 c1ede1ea839..4f106a4dcfe 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.1"; src = fetchFromGitHub { owner = "bitcoin-ABC"; repo = "bitcoin-abc"; rev = "v${version}"; - sha256 = "0gz4713lk3alk3ykwq1bdqjywadrfrnb7n2878136g01n87j00az"; + sha256 = "sha256-DPrwNY4M63tb6YluqOpvxr//poGQ/FcNk6vckWThpZs="; }; 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__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/lw28czg84av68idfkljn2zcjs5jjc3cn-libevent-2.1.12/lib/libevent.so -- Found Event: /nix/store/mjqh39kdnzp47jya7wgf3cfr1hmrbzwr-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/vrifkggsy5d0awjszw3j9bxz2cj5gfyv-boost-1.79.0-dev/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found suitable version "1.79.0", minimum required is "1.59") found components: filesystem -- Found Boost: /nix/store/vrifkggsy5d0awjszw3j9bxz2cj5gfyv-boost-1.79.0-dev/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found suitable version "1.79.0", minimum required is "1.59") found components: thread -- Found Event component pthreads: /nix/store/lw28czg84av68idfkljn2zcjs5jjc3cn-libevent-2.1.12/lib/libevent_pthreads.so -- Found Event: /nix/store/mjqh39kdnzp47jya7wgf3cfr1hmrbzwr-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/h55rlgrfjdidlzpjql82sifjj9c3bcnm-miniupnpc-2.2.4/lib/libminiupnpc.so -- Found MiniUPnPc: /nix/store/h55rlgrfjdidlzpjql82sifjj9c3bcnm-miniupnpc-2.2.4/include/miniupnpc (found suitable version "2.2.4", minimum required is "1.9") CMake Error at /nix/store/ir1ws5v6q9b4qpky3y48y9a9lmzg5q0c-cmake-3.25.2/share/cmake-3.25/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/ir1ws5v6q9b4qpky3y48y9a9lmzg5q0c-cmake-3.25.2/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindNATPMP.cmake:58 (find_package_handle_standard_args) src/CMakeLists.txt:673 (find_package)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log". See also "/build/source/build/CMakeFiles/CMakeError.log".