update nixpkgs

Pkg updates in nixpkgs stable:
btcpayserver: 1.13.5 -> 1.13.7
nbxplorer: 2.5.7 -> 2.5.16

Pkg updates in nixpkgs unstable:
clboss: 0.14.0 -> 0.14.1
clightning: 24.08.2 -> 24.11
electrs: 0.10.6 -> 0.10.7
elementsd: 23.2.1 -> 23.2.4
This commit is contained in:
Jonas Nick 2024-12-17 09:22:23 +00:00
parent 32b59a6b84
commit 64bfc3f3a0
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 19 additions and 20 deletions

View file

@ -6,10 +6,6 @@ pkgs: pkgsUnstable:
bitcoind
btcpayserver
charge-lnd
clboss
clightning
electrs
elementsd
extra-container
fulcrum
hwi
@ -20,7 +16,10 @@ pkgs: pkgsUnstable:
nbxplorer;
inherit (pkgsUnstable)
;
clboss
clightning
electrs
elementsd;
inherit pkgs pkgsUnstable;
}