prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363)
This commit is contained in:
parent
6d1a45c7fb
commit
6c76c4c6d8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "snmp_exporter-${version}";
|
name = "snmp_exporter-${version}";
|
||||||
version = "0.9.0";
|
version = "0.11.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 = "081ah4zyy53plhm6znwrx55phm2ysxzyx7d4hm8zzrv5r967rgl1";
|
sha256 = "027p96jzhq9l7m3s5qxxg3rqp14pai7q66d3ppin19lg7al11c9x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ net_snmp ];
|
buildInputs = [ net_snmp ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user