snmp_exporter: 0.17.0 -> 0.18.0

This commit is contained in:
Sergey Lukjanov 2020-05-26 12:10:44 -07:00
parent 72066757c8
commit 01c937fd47

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "snmp_exporter";
version = "0.17.0";
version = "0.18.0";
goPackagePath = "github.com/prometheus/snmp_exporter";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "prometheus";
repo = "snmp_exporter";
rev = "v${version}";
sha256 = "0s2vgcpxannyl1zllc3ixww02832s53zijws64lhd8mxrylqvpcp";
sha256 = "1zdkb036zy2sw1drlp2m2z1yb7857d2y3yn2y3l0a1kkd4zcqkk4";
};
buildInputs = [ net-snmp ];