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

prometheus-fastly-exporter: 7.4.0 -> 7.5.0
This commit is contained in:
Weijia Wang 2023-06-11 22:39:38 +03:00 committed by GitHub
commit eb79944685
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.4.0";
version = "7.5.0";
src = fetchFromGitHub {
owner = "peterbourgon";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jZXQ5N6xIBk85ae4dPERB0tY5TBeIT6ThG6rLYLHmJ0=";
sha256 = "sha256-Am8TqolPP0m+57plvG0pzh69KDD7rfabLU+E35LE6aI=";
};
vendorSha256 = "sha256-BBfI5SyTgaoXXHxhraH09YVi43v1mD6Ia8oyh+TYqvA=";
vendorHash = null;
meta = with lib; {
description = "Prometheus exporter for the Fastly Real-time Analytics API";