about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-14 12:22:08 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-14 12:50:17 +0000
commite98cfb23a5bc44ab07148b6f0f6aa98416d2aef0 (patch)
tree057981cecf27904187a41bcaa37cca6f64ffd9e2
parent0fc70ac44ab22b4a6bb434dadc5bb34e30bdb327 (diff)
prometheus-knot-exporter: 3.3.5 -> 3.3.6
(cherry picked from commit 9de38ffd8ec88eed4229bd2d2ff1765cde42661c)
-rw-r--r--pkgs/servers/monitoring/prometheus/knot-exporter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/knot-exporter.nix b/pkgs/servers/monitoring/prometheus/knot-exporter.nix
index f15dc626e59f7..2255e660380fb 100644
--- a/pkgs/servers/monitoring/prometheus/knot-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/knot-exporter.nix
@@ -6,13 +6,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "knot-exporter";
-  version = "3.3.5";
+  version = "3.3.6";
   pyproject = true;
 
   src = fetchPypi {
     pname = "knot_exporter";
     inherit version;
-    hash = "sha256-7r4zXqomiszDrplMedEyw2ZQ2NwDTf54EOwnsLc5RJ0=";
+    hash = "sha256-4Fdbu08RbivZF+Hnk+tI1DW9PyzQTI0TngAbZ60CcO8=";
   };
 
   nativeBuildInputs = [