Merge pull request #165135 from r-ryantm/auto-update/blackbox_exporter

prometheus-blackbox-exporter: 0.19.0 -> 0.20.0
This commit is contained in:
Fabian Affolter 2022-03-23 20:48:34 +01:00 committed by GitHub
commit cc777a7684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "blackbox_exporter"; pname = "blackbox_exporter";
version = "0.19.0"; version = "0.20.0";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "prometheus"; owner = "prometheus";
repo = "blackbox_exporter"; repo = "blackbox_exporter";
sha256 = "1lrabbp6nsd9h3hs3y5a37yl4g8zzkv0m3vhz2vrir3wmfn07n4g"; sha256 = "sha256-Y3HdFIChkQVooxy2I2Gbqw3WLHsI4Zm+osHTzFluRZA=";
}; };
vendorSha256 = "1wi9dmbxb6i1qglnp1v0lkqpp7l29lrbsg4lvx052nkcwkgq8g1y"; vendorSha256 = "sha256-KFLR0In4txQQp5dt8P0yAFtf82b4SBq2xMnlz+vMuuU=";
# dns-lookup is performed for the tests # dns-lookup is performed for the tests
doCheck = false; doCheck = false;