update nixpkgs

lightning-loop: 0.28.8-beta -> 0.31.1-beta
lnd: 0.18.5-beta -> 0.19.0-beta
This commit is contained in:
Erik Arvstedt 2025-06-10 18:17:46 +02:00
parent fb56684999
commit fd84c576f4
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 17 additions and 18 deletions

View file

@ -14,13 +14,12 @@ pkgs: pkgsUnstable:
extra-container
fulcrum
hwi
lightning-loop
lightning-pool
lnd
lndconnect;
inherit (pkgsUnstable)
;
lightning-loop
lnd;
inherit pkgs pkgsUnstable;
}