python310Packages.prometheus-flask-exporter: 0.20.3 -> 0.22.4

Diff: https://github.com/rycus86/prometheus_flask_exporter/compare/0.20.3...0.22.4
This commit is contained in:
Fabian Affolter 2023-04-28 11:27:12 +02:00
parent 853ab9b4bd
commit ad87bf2ac8

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "prometheus-flask-exporter";
version = "0.20.3";
version = "0.22.4";
src = fetchFromGitHub {
owner = "rycus86";
repo = "prometheus_flask_exporter";
rev = version;
hash = "sha256-l9Iw9fvXQMXzq1y/4Dml8uLPJWyqX6SDIXptJVw3cVQ=";
hash = "sha256-GAQ80J7at8Apqu+DUMN3+rLi/lrNv5Y7w/DKpUN2iu8=";
};
propagatedBuildInputs = [ flask prometheus-client ];