prometheus-fastly-exporter: 8.1.0 -> 9.0.0

This commit is contained in:
R. Ryantm 2024-07-26 07:34:47 +00:00
parent 1dc7177062
commit 246cf5bee7

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "fastly-exporter";
version = "8.1.0";
version = "9.0.0";
src = fetchFromGitHub {
owner = "fastly";
repo = "fastly-exporter";
rev = "v${version}";
hash = "sha256-SpYdcLPknI7ecZ2ef3kJ2nBkQ39vzjk1fNTdDaFZwO0=";
hash = "sha256-H7EaNQmgrRomIQo2xm2Qqkud0LMSYFshNv54lRdrEyw=";
};
vendorHash = "sha256-k/n9muWFtTBv8PxMdevFBeTtAOIiCDrK3GoCGeMtBn4=";