update nixpkgs

bitcoin: 28.0 -> 28.1
bitcoind: 28.0 -> 28.1
clightning: 24.11 -> 24.11.1
electrs: 0.10.7 -> 0.10.8
extra-container: 0.12 -> 0.13
lnd: 0.18.3-beta -> 0.18.4-beta
This commit is contained in:
Jonas Nick 2025-01-21 16:06:41 +00:00
parent 1113d2cedb
commit ed163fece1
No known key found for this signature in database
GPG key ID: 4861DBF262123605
4 changed files with 20 additions and 26 deletions

View file

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