update nixpkgs

clightning: 22.11.1 -> 23.02
hwi: 2.2.0 -> 2.2.1
This commit is contained in:
Jonas Nick
2023-03-07 21:08:35 +00:00
committed by Greg Shuflin
parent ce332177be
commit d04cad8ed1
3 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.15.0"
+ " --replace pyln-client~=0.9.3 pyln-client~=22.11rc1";
+ " --replace pyln-client~=0.9.3 pyln-client~=23.02";
};
rebalance = {
description = "Keeps your channels balanced";