clightning-plugins.prometheus: use current nixpkgs version of prometheus-client
This commit is contained in:
parent
3aab1fc267
commit
ca64a4a64f
@ -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…
Reference in New Issue
Block a user