3
0
Fork 0
forked from mirrors/nixpkgs

prometheus-fastly-exporter: 7.2.4 -> 7.2.5

This commit is contained in:
R. Ryantm 2022-09-16 01:11:57 +00:00 committed by Franz Pletz
parent ae7666c7f0
commit 0bad7d81e0

View file

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