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 {
pname = "haproxy_exporter";
version = "0.8.0";
rev = "v${version}";
version = "0.12.0";
goPackagePath = "github.com/prometheus/haproxy_exporter";
src = fetchFromGitHub {
inherit rev;
rev = "v${version}";
owner = "prometheus";
repo = "haproxy_exporter";
sha256 = "0gx8pq67w71ch3g3c77xaz39msrd9graizc6d3shwabdjx35yc6q";
sha256 = "09aqm2zqimn6w10p1nhnpjcigm299b31xfrq8ma0d7z4v9p2y9dn";
};
meta = with lib; {