snmp_exporter: 0.15.0 -> 0.17.0
This commit is contained in:
parent
e657a87f80
commit
bd3319d28c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "snmp_exporter";
|
pname = "snmp_exporter";
|
||||||
version = "0.15.0";
|
version = "0.17.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/prometheus/snmp_exporter";
|
goPackagePath = "github.com/prometheus/snmp_exporter";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "snmp_exporter";
|
repo = "snmp_exporter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1cnz1wapxs3fkghzy6v90s56vd0ngynypyapcpbmx5y66rlpdxx6";
|
sha256 = "0s2vgcpxannyl1zllc3ixww02832s53zijws64lhd8mxrylqvpcp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ net-snmp ];
|
buildInputs = [ net-snmp ];
|
||||||
|
Loading…
Reference in New Issue
Block a user