libbitcoin-explorer 3.5.0 -> 3.6.0 https://repology.org/project/libbitcoin-explorer/versions attrpath: libbitcoin-explorer 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/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 ]; 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 libbitcoin-explorer nix build failed. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from src/callback_state.cpp:20: ./include/bitcoin/explorer/callback_state.hpp:26:10: fatal error: boost/format.hpp: No such file or directory 26 | #include  | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from src/commands/base16-decode.cpp:19: ./include/bitcoin/explorer/commands/base16-decode.hpp:26:10: fatal error: boost/program_options.hpp: No such file or directory 26 | #include  | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:2724: src/commands/libbitcoin_explorer_la-base16-encode.lo] Error 1 make: *** [Makefile:2738: src/commands/libbitcoin_explorer_la-base58-encode.lo] Error 1 make: *** [Makefile:2654: src/libbitcoin_explorer_la-dispatch.lo] Error 1 make: *** [Makefile:2647: src/libbitcoin_explorer_la-callback_state.lo] Error 1 make: *** [Makefile:2717: src/commands/libbitcoin_explorer_la-base16-decode.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 In file included from ./include/bitcoin/explorer/generated.hpp:25, from src/generated.cpp:19: ./include/bitcoin/explorer/command.hpp:25:10: fatal error: boost/filesystem.hpp: No such file or directory 25 | #include  | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:2668: src/libbitcoin_explorer_la-generated.lo] Error 1