prometheus-blackbox-exporter: 0.15.1 -> 0.16.0, disable tests

This commit is contained in:
WilliButz 2019-11-11 19:49:38 +01:00
parent c64e9dadfe
commit ef1d31e53c
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

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";