prometheus-haproxy-exporter: 0.8.0 -> 0.12.0
This commit is contained in:
parent
aca47a34b1
commit
3c6f3ff2ff
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user