update nixpkgs

btcpayserver: 1.6.12 -> 1.7.1
bitcoind: 24.0 -> 24.0.1
clightning: 0.12.1 -> 22.11.1
lnd: 0.15.4-beta -> 0.15.5-beta
nbxplorer: 2.3.41 -> 2.3.49
This commit is contained in:
Jonas Nick 2022-12-10 21:26:30 +00:00
parent 5cafafd027
commit 875fac6862
No known key found for this signature in database
GPG key ID: 4861DBF262123605
6 changed files with 14 additions and 38 deletions

View file

@ -3,7 +3,6 @@ pkgs: pkgsUnstable:
{
inherit (pkgs)
lightning-pool
lnd
lndconnect;
inherit (pkgsUnstable)
@ -18,6 +17,7 @@ pkgs: pkgsUnstable:
fulcrum
hwi
lightning-loop
lnd
nbxplorer;
inherit pkgs pkgsUnstable;