prometheus-nginx-exporter: 0.6.0 -> 0.8.0

This commit is contained in:
Philipp Riegger 2020-11-30 23:12:47 +01:00
parent 51e63b550d
commit 77f87c1ca2
1 changed files with 2 additions and 2 deletions

View File

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