prometheus-fastly-exporter: 7.0.1 -> 7.2.4

This commit is contained in:
R. Ryantm 2022-08-13 20:30:23 +00:00
parent 4f90372bb7
commit 3c7d9d62c3

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";