We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b929309 + 0e95b1d commit 3a819f1Copy full SHA for 3a819f1
pkgs/servers/monitoring/prometheus/fastly-exporter.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "fastly-exporter";
10
- version = "9.0.0";
+ version = "9.0.1";
11
12
src = fetchFromGitHub {
13
owner = "fastly";
14
repo = "fastly-exporter";
15
rev = "v${version}";
16
- hash = "sha256-H7EaNQmgrRomIQo2xm2Qqkud0LMSYFshNv54lRdrEyw=";
+ hash = "sha256-tlaKjJmk+ZxeQ5KQ9Ai4XGKYqiLWwAlzkRuFjKLSaog=";
17
};
18
19
- vendorHash = "sha256-k/n9muWFtTBv8PxMdevFBeTtAOIiCDrK3GoCGeMtBn4=";
+ vendorHash = "sha256-e1+T4+TgSB5pR4YiwtOuNztAXxWfCokFczbZcUNF7iI=";
20
21
passthru.tests = {
22
inherit (nixosTests.prometheus-exporters) fastly;
0 commit comments