Merge pull request #73239 from WilliButz/update-blackbox-exporter

prometheus-blackbox-exporter: 0.15.1 -> 0.16.0, disable tests
This commit is contained in:
Maximilian Bosch 2019-11-12 14:24:32 +01:00 committed by GitHub
commit a93fd10968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "blackbox_exporter"; pname = "blackbox_exporter";
version = "0.15.1"; version = "0.16.0";
rev = version; rev = version;
goPackagePath = "github.com/prometheus/blackbox_exporter"; goPackagePath = "github.com/prometheus/blackbox_exporter";
@ -11,10 +11,11 @@ buildGoPackage rec {
rev = "v${version}"; rev = "v${version}";
owner = "prometheus"; owner = "prometheus";
repo = "blackbox_exporter"; repo = "blackbox_exporter";
sha256 = "14z4xkkh9jb6ylclzsyj6gyqrb67lxs5cxd7lrs70qli567gzqwc"; sha256 = "1zbf3ljasv0r91rrmk3mj5nhimaf7xg3aih1ldz27rh5yww7gyzg";
}; };
doCheck = true; # dns-lookup is performed for the tests
doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP"; description = "Blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP";