summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-21 17:32:53 +0100
committerGitHub <noreply@github.com>2022-11-21 17:32:53 +0100
commit6ebd0d5f7064f471f2658c345cdb2057b3993c4e (patch)
tree0d12f44e9304672543da3353fc5e9d99828be604
parenta6c748035f037e6996c9586a4edf902c4af6c764 (diff)
parent63601d26e92c423605d19623ed9bffa0a47296ff (diff)
Merge pull request #201958 from r-ryantm/auto-update/prometheus-fastly-exporter
prometheus-fastly-exporter: 7.2.5 -> 7.3.0
-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 a61466470ca5f..5acecd40bb6a8 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 = "7.2.5";
+  version = "7.3.0";
 
   src = fetchFromGitHub {
     owner = "peterbourgon";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-W/P4jUBNDR3t7FESNyUUnNWfGR0PI/dG03EVKYt8S2Y=";
+    sha256 = "sha256-oeRf/qjoe8ThzuyIGPOWO+5KTY318Fz3TGp5svXBGQU=";
   };
 
-  vendorSha256 = "sha256-exoDUxcOXVn7wUqfLLtJpklPYFHjLodEYa3lF+qFD+A=";
+  vendorSha256 = "sha256-BBfI5SyTgaoXXHxhraH09YVi43v1mD6Ia8oyh+TYqvA=";
 
   meta = with lib; {
     description = "Prometheus exporter for the Fastly Real-time Analytics API";