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

@ -211,12 +211,6 @@ in {
zmqpubrawblock = mkDefault "tcp://${bitcoindRpcAddress}:28332";
zmqpubrawtx = mkDefault "tcp://${bitcoindRpcAddress}:28333";
# TODO-EXTERNAL: remove when https://github.com/lightningnetwork/lnd/issues/9163
# has been fixed.
extraConfig = ''
deprecatedrpc=warnings
'';
};
environment.systemPackages = [ cfg.package (hiPrio cfg.cli) ];