about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-29 02:08:35 +0000
committerVladimír Čunát <v@cunat.cz>2024-03-06 15:35:16 +0100
commit08883e1129534e4e3f21fd86286417a58ae07314 (patch)
tree0c0479be49b2f839cba0deb7432288f3ac1fd6cf /pkgs/servers/monitoring/prometheus
parent874a24ad80184b55b62c82391e3fc7bf03ff859f (diff)
prometheus-knot-exporter: 3.3.3 -> 3.3.4
(cherry picked from commit 6e1cbcd3c228eae9b7d4c94e425b685159295557)
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-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 9e6dafb029dc6..d51d9bd3f79cc 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.3";
+  version = "3.3.4";
   pyproject = true;
 
   src = fetchPypi {
     pname = "knot_exporter";
     inherit version;
-    hash = "sha256-A7WRwWwcfgrkR5ixEaDCcCdJ1J8/zeG5aFCBnFbD3Qo=";
+    hash = "sha256-jZNNJiJxq3pNSZFwu2UEHhrA0odIDY0UO+d4PJII1ZI=";
   };
 
   nativeBuildInputs = [