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 36f8b5a + 4911673 commit 726188fCopy full SHA for 726188f
pkgs/servers/monitoring/prometheus/blackbox-exporter.nix
@@ -7,17 +7,17 @@
7
8
buildGoModule rec {
9
pname = "blackbox_exporter";
10
- version = "0.25.0";
+ version = "0.26.0";
11
rev = "v${version}";
12
13
src = fetchFromGitHub {
14
inherit rev;
15
owner = "prometheus";
16
repo = "blackbox_exporter";
17
- sha256 = "sha256-RyVP/lcCN/HbhRtGM7n4kFRpBxMO5SvpleeygzCq5bA=";
+ sha256 = "sha256-pdvYpu2EbcZIMyeWDWzb4TGlRE0cJgvIWJ62pHx7Xsk=";
18
};
19
20
- vendorHash = "sha256-gVVYccbwtB9/WA3lfzXwI9cZkTdTv96/2gLfwtoE+WM=";
+ vendorHash = "sha256-Mw1+YQVmK4rqOLGIt6TSFgFsdMeL0h0A7ZJAtoL0klU=";
21
22
# dns-lookup is performed for the tests
23
doCheck = false;
0 commit comments