Merge pull request #186494 from r-ryantm/auto-update/prometheus-fastly-exporter

prometheus-fastly-exporter: 7.0.1 -> 7.2.4
This commit is contained in:
Jonas Heinrich 2022-08-21 01:34:11 +02:00 committed by GitHub
commit 45fa917fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fastly-exporter";
version = "7.0.1";
version = "7.2.4";
src = fetchFromGitHub {
owner = "peterbourgon";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KL+UfYuHtfQ9sKad7Q1KqIK4CFzDsIWvgG1YO1ZbUQc=";
sha256 = "sha256-dg2JPVZJSjbBirvKvfQHGi06Fah48RHk5vbHgn5Q59M=";
};
vendorSha256 = "sha256-yE7yvnyDfrrFdBmBBYe2gBU7b4gOWl5kfqkoblE51EQ=";
vendorSha256 = "sha256-wsOgZTeErUQkt+yJ7P0Oi8Ks7WBj/e457lZNs+ZwJgY=";
meta = with lib; {
description = "Prometheus exporter for the Fastly Real-time Analytics API";