update nixpkgs

nbxplorer: 2.3.28 -> 2.3.33
btcpayserver: 1.6.1 -> 1.6.9
charge-lnd: 0.2.4 -> 0.2.12
lightning-loop: 0.19.1-beta -> 0.20.0-beta
This commit is contained in:
Erik Arvstedt 2022-08-21 10:22:32 +02:00
parent 749ed146d3
commit f2cb5bfc10
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 22 additions and 22 deletions

View file

@ -4,21 +4,21 @@ pkgs: pkgsUnstable:
inherit (pkgs)
bitcoin
bitcoind
charge-lnd
electrs
elementsd
extra-container
lightning-pool
lndconnect;
lndconnect
nbxplorer;
inherit (pkgsUnstable)
btcpayserver
charge-lnd
clightning
fulcrum
hwi
lightning-loop
lnd
nbxplorer;
lnd;
inherit pkgs pkgsUnstable;
}