balanceofsatoshis: init at 8.0.2

This commit is contained in:
Martin Milata 2021-03-21 15:49:59 +01:00
parent 6259a47c45
commit 302103b714
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

@ -26709,6 +26709,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; };