prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363)

This commit is contained in:
WilliButz 2018-06-01 18:25:08 +02:00 committed by xeji
parent 6d1a45c7fb
commit 6c76c4c6d8

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "snmp_exporter-${version}";
version = "0.9.0";
version = "0.11.0";
goPackagePath = "github.com/prometheus/snmp_exporter";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "prometheus";
repo = "snmp_exporter";
rev = "v${version}";
sha256 = "081ah4zyy53plhm6znwrx55phm2ysxzyx7d4hm8zzrv5r967rgl1";
sha256 = "027p96jzhq9l7m3s5qxxg3rqp14pai7q66d3ppin19lg7al11c9x";
};
buildInputs = [ net_snmp ];