about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-22 20:30:56 -0400
committerGitHub <noreply@github.com>2024-03-22 20:30:56 -0400
commitd878b89f4e8a2231f96ca51806e5f0fa8a31b4fc (patch)
tree49ee76c63047d49f5f41b4e3f79f848a4fac904b
parent37b2eb511e22481ac72d77446e8d3c65169cc6db (diff)
parent5f3ff347374e70728fbbb654227006ef486f0ee4 (diff)
downloadnixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.tar
nixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.tar.gz
nixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.tar.bz2
nixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.tar.lz
nixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.tar.xz
nixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.tar.zst
nixlib-d878b89f4e8a2231f96ca51806e5f0fa8a31b4fc.zip
Merge pull request #298138 from r-ryantm/auto-update/prometheus-graphite-exporter
prometheus-graphite-exporter: 0.15.0 -> 0.15.1
-rw-r--r--pkgs/servers/monitoring/prometheus/graphite-exporter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/graphite-exporter.nix b/pkgs/servers/monitoring/prometheus/graphite-exporter.nix
index 3c27d018d781..819a4c3947a1 100644
--- a/pkgs/servers/monitoring/prometheus/graphite-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/graphite-exporter.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "graphite-exporter";
-  version = "0.15.0";
+  version = "0.15.1";
 
   src = fetchFromGitHub {
     owner = "prometheus";
     repo = "graphite_exporter";
     rev = "v${version}";
-    hash = "sha256-2u8grG5n0XkBS6zNxYrPyL+HP5/jEe/bXLt/1l759o4=";
+    hash = "sha256-KBqLPKd8XP7PbjHJu1DIQ2ir+Lyk7LEBaNjJCr91LP8=";
   };
 
-  vendorHash = "sha256-wt2eDCNZAss3zSqvXeKTlsrPfj8pMXKWa3Yb33uuW0M=";
+  vendorHash = "sha256-he2bmcTNkuKRsNGkn1IkhtOe+Eo/5RLWLYlNFWLo/As=";
 
   preCheck = let
     skippedTests = [