clightning-plugins.prometheus: use current nixpkgs version of prometheus-client

This commit is contained in:
Erik Arvstedt
2021-08-05 00:49:04 +02:00
parent 3aab1fc267
commit ca64a4a64f

View File

@@ -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 = {