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
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

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