Highlights
- Spark Lightning Wallet has been removed from nix-bitcoin because it is unmaintained and incompatible with clightning 23.05. For a replacement, consider using the rtl (Ride The Lightning) module or the clightning-rest module in combination with the mobile wallet.
- CLBOSS has been deprecated because it is no longer maintained. For compatibility with clighting 23.05, CLBOSS requires a third-party fix that has not been thoroughly tested. To continue using CLBOSS, add
services.clightning.plugins.clboss.acknowledgeDeprecation = true;
to your config. - bitcoind: 24.0.1 -> 24.1
- btcpayserver: 1.7.12 -> 1.9.3
- clightning: 23.02.2 -> 23.05
- clightning-rest: 0.9.0 -> 0.10.3
- joinmarket: 0.9.8 -> 0.9.9
- nbxplorer: 2.3.62 -> 2.3.63
- rtl: 0.13.6 -> 0.14.0
Notes
See #611 if you want to update to bitcoind 25.0.
Change Log
#609 lnd: fix non-static patch URL (@erikarvstedt)
#607 joinmarket: 0.9.8 -> 0.9.9 (@nixbitcoin)
#610 update nixpkgs (@jonasnick)