prometheus-nginx-exporter: 0.8.0 -> 0.9.0

This commit is contained in:
Robin Gloster 2021-05-10 23:50:59 -05:00
parent ea3a0bfb2e
commit c2c6f3f626
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "nginx_exporter";
version = "0.8.0";
version = "0.9.0";
goPackagePath = "github.com/nginxinc/nginx-prometheus-exporter";
@ -14,7 +14,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "nginxinc";
repo = "nginx-prometheus-exporter";
sha256 = "sha256-fFzwJXTwtI0NXZYwORRZomj/wADqxW+wvDH49QK0IZw=";
sha256 = "04y5vpj2kv2ygdzxy3crpnx4mhpkm1ns2995kxgvjlhnyck7a5rf";
};
doCheck = true;