Skip to content

Commit

Permalink
Merge pull request #228705 from fabaff/prometheus-flask-exporter-bump
Browse files Browse the repository at this point in the history
python310Packages.prometheus-flask-exporter: 0.20.3 -> 0.22.4
  • Loading branch information
fabaff authored Apr 28, 2023
2 parents ff1b964 + ad87bf2 commit 42b45f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 42b45f9

Please sign in to comment.