prometheus-fastly-exporter: 7.5.0 -> 7.5.1

This commit is contained in:
R. Ryantm 2023-06-23 19:21:25 +00:00
parent 03afc9d850
commit b7510341d3

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;