update nixpkgs

electrs: 0.10.8 -> 0.10.9
lnd: 0.18.4-beta -> 0.18.5-beta
nbxplorer: 2.5.16 -> 2.5.17
This commit is contained in:
Erik Arvstedt 2025-02-14 15:51:11 +01:00
parent df7b000efc
commit 3872f893dc
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 18 additions and 18 deletions

View file

@ -8,8 +8,7 @@ pkgs: pkgsUnstable:
hwi
lightning-loop
lightning-pool
lndconnect
nbxplorer;
lndconnect;
inherit (pkgsUnstable)
bitcoin
@ -19,7 +18,8 @@ pkgs: pkgsUnstable:
electrs
elementsd
extra-container
lnd;
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}