Merge pull request #117125 from mmilata/bos

balanceofsatoshis: init at 8.0.2
This commit is contained in:
Sandro 2021-03-21 18:11:48 +01:00 committed by GitHub
commit 31410a0828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2920 additions and 2905 deletions

View File

@ -12,6 +12,7 @@
, "@webassemblyjs/wast-refmt"
, "alloy"
, "asar"
, "balanceofsatoshis"
, "bash-language-server"
, "bower"
, "bower2nix"

File diff suppressed because it is too large Load Diff

View File

@ -26710,6 +26710,8 @@ in
aeon = callPackage ../applications/blockchains/aeon { };
balanceofsatoshis = nodePackages.balanceofsatoshis;
bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin.nix { miniupnpc = miniupnpc_2; withGui = true; };
bitcoind = callPackage ../applications/blockchains/bitcoin.nix { miniupnpc = miniupnpc_2; withGui = false; };