Merge pull request #228705 from fabaff/prometheus-flask-exporter-bump
python310Packages.prometheus-flask-exporter: 0.20.3 -> 0.22.4
This commit is contained in:
commit
42b45f956a
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "prometheus-flask-exporter";
|
pname = "prometheus-flask-exporter";
|
||||||
version = "0.20.3";
|
version = "0.22.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rycus86";
|
owner = "rycus86";
|
||||||
repo = "prometheus_flask_exporter";
|
repo = "prometheus_flask_exporter";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-l9Iw9fvXQMXzq1y/4Dml8uLPJWyqX6SDIXptJVw3cVQ=";
|
hash = "sha256-GAQ80J7at8Apqu+DUMN3+rLi/lrNv5Y7w/DKpUN2iu8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ flask prometheus-client ];
|
propagatedBuildInputs = [ flask prometheus-client ];
|
||||||
|
|
Loading…
Reference in a new issue