prometheus-nginx-exporter: 0.5.0 -> 0.6.0 (#81285)

* prometheus-nginx-exporter: 0.5.0 -> 0.6.0

* nixos/prometheus-nginx-exporter: update for 0.6.0

Added new option constLabels and updated virtualHost name in the
exporter's test.
This commit is contained in:
WilliButz
2020-03-02 14:48:40 -05:00
committed by GitHub
parent fa4534f75b
commit eaef96093a
3 changed files with 15 additions and 4 deletions
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "nginx_exporter";
version = "0.5.0";
version = "0.6.0";
goPackagePath = "github.com/nginxinc/nginx-prometheus-exporter";
@@ -14,7 +14,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "nginxinc";
repo = "nginx-prometheus-exporter";
sha256 = "1fyn2bjq80dx4jv1rakrm0vg6i657a5rs7kkg0f9mbv1alir8kkx";
sha256 = "1rwafmm9x0sxj4z7x4axhrjgdy15z70a1y00hw6smq30fcpkazhq";
};
doCheck = true;