1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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