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

prometheus-fastly-exporter: 7.5.0 -> 7.5.1
This commit is contained in:
Nick Cao 2023-06-24 10:33:07 +08:00 committed by GitHub
commit abfac29e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fastly-exporter";
version = "7.5.0";
version = "7.5.1";
src = fetchFromGitHub {
owner = "peterbourgon";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Am8TqolPP0m+57plvG0pzh69KDD7rfabLU+E35LE6aI=";
sha256 = "sha256-eMmnPxjtEYpVHm4reJYBkJ3kkkqmAAhyZot020Stb4E=";
};
vendorHash = null;