update nixpkgs

btcpayserver: 2.1.1 -> 2.1.5
clightning: 25.02.2 -> 25.05
lightning-loop: 0.31.1-beta -> 0.31.2-beta
lnd: 0.19.0-beta -> 0.19.1-beta
This commit is contained in:
Erik Arvstedt 2025-06-20 22:08:40 +02:00
parent ac1344fb6d
commit 042f4af4fa
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 18 additions and 18 deletions

View file

@ -5,10 +5,8 @@ pkgs: pkgsUnstable:
bitcoin
bitcoind
bitcoind-knots
btcpayserver
charge-lnd
clboss
clightning
electrs
elementsd
extra-container
@ -18,6 +16,8 @@ pkgs: pkgsUnstable:
lndconnect;
inherit (pkgsUnstable)
btcpayserver
clightning
lightning-loop
lnd;