update nixpkgs

btcpayserver: 1.13.1 -> 1.13.5
clightning: 24.05 -> 24.08
lnd: 0.18.2-beta -> 0.18.3-beta
nbxplorer: 2.5.2 -> 2.5.6
This commit is contained in:
Jonas Nick 2024-09-14 18:55:46 +00:00
parent 901f1250fd
commit 2baff274c4
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 208 additions and 27 deletions

View file

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