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:
parent
32b59a6b84
commit
64bfc3f3a0
3 changed files with 19 additions and 20 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue