about summary refs log tree commit diff
path: root/pkgs/servers/monitoring
diff options
context:
space:
mode:
authorJared Baur <jaredbaur@fastmail.com>2022-11-18 23:44:57 +0000
committerJared Baur <jaredbaur@fastmail.com>2022-11-18 23:44:57 +0000
commit8d67c95c6f67844e4518f33c2c870ca4f054a871 (patch)
tree7a4088db34a6d1f5313a845700d105099dfb5840 /pkgs/servers/monitoring
parent610fcf1243fef570261c3255e8150b87b11c9604 (diff)
prometheus-kea-exporter: 0.5.0 -> 0.5.1
Fixes https://github.com/mweinelt/kea-exporter/issues/29
Diffstat (limited to 'pkgs/servers/monitoring')
-rw-r--r--pkgs/servers/monitoring/prometheus/kea-exporter.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/kea-exporter.nix b/pkgs/servers/monitoring/prometheus/kea-exporter.nix
index 5fe9c6baee704..003ea6c2af567 100644
--- a/pkgs/servers/monitoring/prometheus/kea-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/kea-exporter.nix
@@ -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; [
@@ -35,4 +35,3 @@ python3Packages.buildPythonApplication rec {
     maintainers = with maintainers; [ hexa ];
   };
 }
-