update nixpkgs-{stable,unstable}
Includes - clightning 0.10.1 - lightning-loop 0.14.2
This commit is contained in:
parent
08c8f70ebe
commit
8a49b41bb4
5 changed files with 11 additions and 9 deletions
|
|
@ -17,7 +17,9 @@ let
|
|||
monitor = {};
|
||||
prometheus = {
|
||||
extraPkgs = [ prometheus_client ];
|
||||
patchRequirements = "--replace prometheus-client==0.6.0 prometheus-client==0.9.0";
|
||||
patchRequirements =
|
||||
"--replace prometheus-client==0.6.0 prometheus-client==0.9.0"
|
||||
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
|
||||
};
|
||||
rebalance = {};
|
||||
summary = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue