update nixpkgs

clightning: 23.11.2 -> 24.02
lnd: 0.17.3-beta -> 0.17.4-beta
This commit is contained in:
Jonas Nick 2024-03-04 09:47:31 +00:00
parent a56fe1cb4b
commit 5c544ec24c
No known key found for this signature in database
GPG key ID: 4861DBF262123605
2 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@ let
extraPkgs = [ prometheus_client ];
patchRequirements =
"--replace prometheus-client==0.6.0 prometheus-client==0.17.1"
+ " --replace pyln-client~=0.9.3 pyln-client~=23.02";
+ " --replace pyln-client~=0.9.3 pyln-client~=24.02";
};
rebalance = {
description = "Keeps your channels balanced";