2022-12-19T09:05:08 libbitcoin-explorer 3.5.0 -> 3.6.0 https://repology.org/metapackage/libbitcoin-explorer/versions 2022-12-19T09:05:11 attrpath: libbitcoin-explorer 2022-12-19T09:05:11 Checking auto update branch... 2022-12-19T09:05:11 No auto update branch exists 2022-12-19T09:05:15 [version] 2022-12-19T09:05:17 [version] updated version and sha256 2022-12-19T09:05:17 [rustCrateVersion] 2022-12-19T09:05:17 [rustCrateVersion] No cargoSha256 found 2022-12-19T09:05:17 [golangModuleVersion] 2022-12-19T09:05:17 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-19T09:05:17 [updateScript] 2022-12-19T09:05:17 [updateScript] skipping because derivation has no updateScript 2022-12-19T09:05:17 2022-12-19T09:05:17 [quotedUrls] 2022-12-19T09:05:17 [quotedUrls] nothing found to replace 2022-12-19T09:05:17 Diff after rewrites: diff --git a/pkgs/tools/misc/libbitcoin/libbitcoin-explorer.nix b/pkgs/tools/misc/libbitcoin/libbitcoin-explorer.nix index 7d00e4c09ad..115e02e1b38 100644 --- a/pkgs/tools/misc/libbitcoin/libbitcoin-explorer.nix +++ b/pkgs/tools/misc/libbitcoin/libbitcoin-explorer.nix @@ -3,7 +3,7 @@ let pname = "libbitcoin-explorer"; - version = "3.5.0"; + version = "3.6.0"; in stdenv.mkDerivation { name = "${pname}-${version}"; @@ -12,7 +12,7 @@ in stdenv.mkDerivation { owner = "libbitcoin"; repo = pname; rev = "v${version}"; - sha256 = "033nrdzrha4kypxk4biixjsbjd16r4m2mjvpid4gdj5hzbbj1p93"; + sha256 = "sha256-wkw2bDfV6TACYYtWk3ZPdIR3IbRCAKtzsRouyZRx57E="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; 2022-12-19T09:06:58 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 libbitcoin-explorer nix build failed. from src/dispatch.cpp:19: /nix/store/zs9ng1r65flwilcf939arg4q683lihkx-libbitcoin-3.6.0/include/bitcoin/bitcoin/math/hash.hpp:25:10: fatal error: boost/functional/hash_fwd.hpp: No such file or directory 25 | #include  | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:2724: src/commands/libbitcoin_explorer_la-base16-encode.lo] Error 1 make: *** [Makefile:2696: src/commands/libbitcoin_explorer_la-address-decode.lo] Error 1 make: *** [Makefile:2710: src/commands/libbitcoin_explorer_la-address-encode.lo] Error 1 make: *** [Makefile:2703: src/commands/libbitcoin_explorer_la-address-embed.lo] Error 1 make: *** [Makefile:2738: src/commands/libbitcoin_explorer_la-base58-encode.lo] Error 1 make: *** [Makefile:2745: src/commands/libbitcoin_explorer_la-base58check-decode.lo] Error 1 In file included from /nix/store/zs9ng1r65flwilcf939arg4q683lihkx-libbitcoin-3.6.0/include/bitcoin/bitcoin/formats/base_16.hpp:24, from /nix/store/zs9ng1r65flwilcf939arg4q683lihkx-libbitcoin-3.6.0/include/bitcoin/bitcoin/config/checkpoint.hpp:27, from /nix/store/zs9ng1r65flwilcf939arg4q683lihkx-libbitcoin-3.6.0/include/bitcoin/bitcoin/constants.hpp:25, from /nix/store/zs9ng1r65flwilcf939arg4q683lihkx-libbitcoin-3.6.0/include/bitcoin/bitcoin.hpp:19, from ./include/bitcoin/explorer/display.hpp:23, from src/display.cpp:20: /nix/store/zs9ng1r65flwilcf939arg4q683lihkx-libbitcoin-3.6.0/include/bitcoin/bitcoin/math/hash.hpp:25:10: fatal error: boost/functional/hash_fwd.hpp: No such file or directory 25 | #include  | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:2668: src/libbitcoin_explorer_la-generated.lo] Error 1 make: *** [Makefile:2654: src/libbitcoin_explorer_la-dispatch.lo] Error 1 make: *** [Makefile:2661: src/libbitcoin_explorer_la-display.lo] Error 1 In file included from src/utility.cpp:19: ./include/bitcoin/explorer/utility.hpp:31:10: fatal error: boost/algorithm/string.hpp: No such file or directory 31 | #include  | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:2689: src/libbitcoin_explorer_la-utility.lo] Error 1