3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #177539 from Frostman/blackbox_exporter-0.21.0

prometheus-blackbox-exporter: 0.20.0 -> 0.21.0
This commit is contained in:
Maximilian Bosch 2022-06-16 13:39:34 +02:00 committed by GitHub
commit 47e5bede09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "blackbox_exporter";
version = "0.20.0";
version = "0.21.0";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "blackbox_exporter";
sha256 = "sha256-Y3HdFIChkQVooxy2I2Gbqw3WLHsI4Zm+osHTzFluRZA=";
sha256 = "sha256-u7MCZnzzEoPSk/SVlFRSc47YikQJ0lIxE4wchSN+aec=";
};
vendorSha256 = "sha256-KFLR0In4txQQp5dt8P0yAFtf82b4SBq2xMnlz+vMuuU=";
vendorSha256 = "sha256-7V5WEEy/Rz1QjscPD2Kz+viGkKQsWjs+8QN/3W7D+Ik=";
# dns-lookup is performed for the tests
doCheck = false;