about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-25 19:18:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-25 19:18:33 +0000
commitcccc419102db620bc9877b997aa01a33da2ba8ae (patch)
treee03d229f4c36abaecc381c8b49a5ce531a1bcfa3 /pkgs/servers
parentf33719eda108fea4611a95d7d54a0dfb91c9ebc5 (diff)
prometheus-redis-exporter: 1.36.0 -> 1.37.0
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/redis-exporter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/redis-exporter.nix b/pkgs/servers/monitoring/prometheus/redis-exporter.nix
index 4b60c5a28d0e1..fa654c3a4656e 100644
--- a/pkgs/servers/monitoring/prometheus/redis-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/redis-exporter.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "redis_exporter";
-  version = "1.36.0";
+  version = "1.37.0";
 
   src = fetchFromGitHub {
     owner = "oliver006";
     repo = "redis_exporter";
     rev = "v${version}";
-    sha256 = "sha256-n+LvWl0KMAay90GQg42ODcvxX9QbvQ1Ixo4PfJYEAWA=";
+    sha256 = "sha256-S60/SwbMp6INf98MGc26zMZH8q7gBynyaT/ivN7o0rA=";
   };
 
   vendorSha256 = "sha256-u9FfKOD6kiCFTjwQ7LHE9WC4j2vPm0ZCluL8pC4aQIc=";