Merge pull request #80649 from Frostman/snmp_exporter-0.17.0

snmp_exporter: 0.15.0 -> 0.17.0
This commit is contained in:
WilliButz 2020-02-28 11:54:44 +01:00 committed by GitHub
commit e97dfe73bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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