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" , "@webassemblyjs/wast-refmt"
, "alloy" , "alloy"
, "asar" , "asar"
, "balanceofsatoshis"
, "bash-language-server" , "bash-language-server"
, "bower" , "bower"
, "bower2nix" , "bower2nix"

File diff suppressed because it is too large Load Diff

View File

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