Merge pull request #66473 from WilliButz/update-nginx-exporter

prometheus-nginx-exporter: 0.4.1 -> 0.4.2, run tests
This commit is contained in:
Maximilian Bosch 2019-08-11 16:59:00 +02:00 committed by GitHub
commit 5002c9aedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "nginx_exporter-${version}";
version = "0.4.1";
version = "0.4.2";
goPackagePath = "github.com/nginxinc/nginx-prometheus-exporter";
@ -14,9 +14,11 @@ buildGoPackage rec {
rev = "v${version}";
owner = "nginxinc";
repo = "nginx-prometheus-exporter";
sha256 = "0c5bxl9xrd4gh2w5wyrzghmbcy9k1khydzml5cm0rsyqhwsvs8m5";
sha256 = "023nl83w0fic7sj0yxxgj7jchyafqnmv6dq35amzz37ikx92mdcj";
};
doCheck = true;
meta = with stdenv.lib; {
description = "NGINX Prometheus Exporter for NGINX and NGINX Plus";
homepage = "https://github.com/nginxinc/nginx-prometheus-exporter";