clightning-plugins.prometheus: use current nixpkgs version of prometheus-client
This commit is contained in:
parent
3aab1fc267
commit
ca64a4a64f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let
|
|||
monitor = {};
|
||||
prometheus = {
|
||||
extraPkgs = [ prometheus_client ];
|
||||
patchRequirements = "--replace prometheus-client==0.6.0 prometheus-client==0.8.0";
|
||||
patchRequirements = "--replace prometheus-client==0.6.0 prometheus-client==0.9.0";
|
||||
};
|
||||
rebalance = {};
|
||||
summary = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue