Skip to content

Commit 726188f

Browse files
authored
prometheus-blackbox-exporter: 0.25.0 -> 0.26.0 (#385432)
2 parents 36f8b5a + 4911673 commit 726188f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

88
buildGoModule rec {
99
pname = "blackbox_exporter";
10-
version = "0.25.0";
10+
version = "0.26.0";
1111
rev = "v${version}";
1212

1313
src = fetchFromGitHub {
1414
inherit rev;
1515
owner = "prometheus";
1616
repo = "blackbox_exporter";
17-
sha256 = "sha256-RyVP/lcCN/HbhRtGM7n4kFRpBxMO5SvpleeygzCq5bA=";
17+
sha256 = "sha256-pdvYpu2EbcZIMyeWDWzb4TGlRE0cJgvIWJ62pHx7Xsk=";
1818
};
1919

20-
vendorHash = "sha256-gVVYccbwtB9/WA3lfzXwI9cZkTdTv96/2gLfwtoE+WM=";
20+
vendorHash = "sha256-Mw1+YQVmK4rqOLGIt6TSFgFsdMeL0h0A7ZJAtoL0klU=";
2121

2222
# dns-lookup is performed for the tests
2323
doCheck = false;

0 commit comments

Comments
 (0)