prometheus-blackbox-exporter: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm 2024-04-10 03:04:06 +00:00
parent c81c241415
commit 094ecb0ae8
1 changed files with 3 additions and 3 deletions

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "blackbox_exporter";
version = "0.24.0";
version = "0.25.0";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "blackbox_exporter";
sha256 = "sha256-eoXSBliHadRGPT6+K75p2tEjKHKXmLz4svE59yQAEuM=";
sha256 = "sha256-RyVP/lcCN/HbhRtGM7n4kFRpBxMO5SvpleeygzCq5bA=";
};
vendorHash = "sha256-yhgmJaWdYR5w5A8MVnHQS1yF6sTIMd1TOiesV4mc0Gs=";
vendorHash = "sha256-gVVYccbwtB9/WA3lfzXwI9cZkTdTv96/2gLfwtoE+WM=";
# dns-lookup is performed for the tests
doCheck = false;