about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-15 03:33:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-15 03:33:30 +0000
commit0ae16ce46df6bf4a678cc6e84af8ab992812a253 (patch)
tree7586a8b0978c4a90919fe3a76f012a6b5652c2e2 /pkgs/servers
parent1f54fa2ddf2623784a2b4431b35a1b5ce91a14bf (diff)
prometheus-pve-exporter: 3.2.2 -> 3.2.4
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/pve-exporter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/pve-exporter.nix b/pkgs/servers/monitoring/prometheus/pve-exporter.nix
index 72009591e899d..a9d287a41a7ec 100644
--- a/pkgs/servers/monitoring/prometheus/pve-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/pve-exporter.nix
@@ -6,11 +6,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "prometheus-pve-exporter";
-  version = "3.2.2";
+  version = "3.2.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-E1hxYslVaMpoeCsTrw/7D0Ycq+GzMpJ0e6B4mEe/UJs=";
+    sha256 = "sha256-C7agnOUdtd4YncAiaPQaZqBJ8DKZoM1Fa+dr1F4xYgI=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [