summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2021-12-20 10:50:29 -0500
committerGraham Christensen <graham@grahamc.com>2021-12-20 10:50:29 -0500
commitd3aee09b992c25f4788ca00e4654d055c0e553ac (patch)
tree80e843543789bdcdccdb6ac26ec03860a1243cb9 /pkgs/servers/monitoring/prometheus
parent1753f97e133b00097bec72b5666105d088c2f645 (diff)
downloadnixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.tar
nixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.tar.gz
nixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.tar.bz2
nixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.tar.lz
nixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.tar.xz
nixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.tar.zst
nixpkgs-d3aee09b992c25f4788ca00e4654d055c0e553ac.zip
prometheus-fastly-exporter: 6.1.0 -> 7.0.1
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/fastly-exporter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/fastly-exporter.nix b/pkgs/servers/monitoring/prometheus/fastly-exporter.nix
index cffdca4083c..f97fc84aa2b 100644
--- a/pkgs/servers/monitoring/prometheus/fastly-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/fastly-exporter.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "fastly-exporter";
-  version = "6.1.0";
+  version = "7.0.1";
 
   src = fetchFromGitHub {
     owner = "peterbourgon";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0my0pcxix5rk73m5ciz513nwmjcm7vjs6r8wg3vddm0xixv7zq94";
+    sha256 = "sha256-KL+UfYuHtfQ9sKad7Q1KqIK4CFzDsIWvgG1YO1ZbUQc=";
   };
 
-  vendorSha256 = "1w9asky8h8l5gc0c6cv89m38qw50hyhma8qbsw3zirplhk9mb3r2";
+  vendorSha256 = "sha256-yE7yvnyDfrrFdBmBBYe2gBU7b4gOWl5kfqkoblE51EQ=";
 
   meta = with lib; {
     description = "Prometheus exporter for the Fastly Real-time Analytics API";