prometheus-haproxy-exporter: 0.8.0 -> 0.12.0

This commit is contained in:
Robin Gloster 2021-05-10 23:26:04 -05:00
parent aca47a34b1
commit 3c6f3ff2ff
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -2,16 +2,15 @@
buildGoPackage rec { buildGoPackage rec {
pname = "haproxy_exporter"; pname = "haproxy_exporter";
version = "0.8.0"; version = "0.12.0";
rev = "v${version}";
goPackagePath = "github.com/prometheus/haproxy_exporter"; goPackagePath = "github.com/prometheus/haproxy_exporter";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; rev = "v${version}";
owner = "prometheus"; owner = "prometheus";
repo = "haproxy_exporter"; repo = "haproxy_exporter";
sha256 = "0gx8pq67w71ch3g3c77xaz39msrd9graizc6d3shwabdjx35yc6q"; sha256 = "09aqm2zqimn6w10p1nhnpjcigm299b31xfrq8ma0d7z4v9p2y9dn";
}; };
meta = with lib; { meta = with lib; {