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 = {};
|
monitor = {};
|
||||||
prometheus = {
|
prometheus = {
|
||||||
extraPkgs = [ prometheus_client ];
|
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 = {};
|
rebalance = {};
|
||||||
summary = {
|
summary = {
|
||||||
|
Loading…
Reference in New Issue
Block a user