Skip to content

Commit

Permalink
prometheus-kea-exporter: 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Nov 18, 2022
1 parent 610fcf1 commit 8d67c95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/servers/monitoring/prometheus/kea-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

python3Packages.buildPythonApplication rec {
pname = "kea-exporter";
version = "0.5.0";
version = "0.5.1";
format = "pyproject";

src = python3Packages.fetchPypi {
inherit pname version;
hash = "sha256-RSW1HStfPV7yiuLgGIuMjS3vPXz8P3vmtfw6tDHXp6o=";
hash = "sha256-rNGA5XEx9xVUP1SeDPgXcaqgDhgX6JFhRX9GM454P5A=";
};

nativeBuildInputs = with python3Packages; [
Expand Down Expand Up @@ -35,4 +35,3 @@ python3Packages.buildPythonApplication rec {
maintainers = with maintainers; [ hexa ];
};
}

0 comments on commit 8d67c95

Please sign in to comment.