update nixpkgs-unstable

Includes:
btcpayserver: 1.1.2 -> 1.2.0
lightning-loop: 0.14.2-beta -> 0.15.0-beta
nbxplorer: 2.1.52 -> 2.1.58
This commit is contained in:
Erik Arvstedt
2021-08-16 10:42:09 +02:00
parent 87df809a88
commit dde04f8cbe
2 changed files with 12 additions and 9 deletions

View File

@@ -1,19 +1,22 @@
# This file is generated by ../helper/update-flake.nix
pkgs: pkgsUnstable:
{
inherit (pkgsUnstable)
inherit (pkgs)
bitcoin
bitcoind
lndconnect;
inherit (pkgsUnstable)
btcpayserver
charge-lnd
clightning
lnd
lndconnect
nbxplorer
btcpayserver
electrs
elementsd
hwi
lightning-loop
lightning-pool;
lightning-pool
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}