Skip to content

Commit 3a819f1

Browse files
authored
prometheus-fastly-exporter: 9.0.0 -> 9.0.1 (#384932)
2 parents b929309 + 0e95b1d commit 3a819f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/monitoring/prometheus/fastly-exporter.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "fastly-exporter";
10-
version = "9.0.0";
10+
version = "9.0.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "fastly";
1414
repo = "fastly-exporter";
1515
rev = "v${version}";
16-
hash = "sha256-H7EaNQmgrRomIQo2xm2Qqkud0LMSYFshNv54lRdrEyw=";
16+
hash = "sha256-tlaKjJmk+ZxeQ5KQ9Ai4XGKYqiLWwAlzkRuFjKLSaog=";
1717
};
1818

19-
vendorHash = "sha256-k/n9muWFtTBv8PxMdevFBeTtAOIiCDrK3GoCGeMtBn4=";
19+
vendorHash = "sha256-e1+T4+TgSB5pR4YiwtOuNztAXxWfCokFczbZcUNF7iI=";
2020

2121
passthru.tests = {
2222
inherit (nixosTests.prometheus-exporters) fastly;

0 commit comments

Comments
 (0)