Merge pull request #88965 from Frostman/snmp_exporter-0.18.0

snmp_exporter: 0.17.0 -> 0.18.0
This commit is contained in:
Mario Rodas 2020-05-28 21:13:18 -05:00 committed by GitHub
commit de87548705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "snmp_exporter"; pname = "snmp_exporter";
version = "0.17.0"; version = "0.18.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 = "0s2vgcpxannyl1zllc3ixww02832s53zijws64lhd8mxrylqvpcp"; sha256 = "1zdkb036zy2sw1drlp2m2z1yb7857d2y3yn2y3l0a1kkd4zcqkk4";
}; };
buildInputs = [ net-snmp ]; buildInputs = [ net-snmp ];
@ -21,7 +21,7 @@ buildGoPackage rec {
description = "SNMP Exporter for Prometheus"; description = "SNMP Exporter for Prometheus";
homepage = "https://github.com/prometheus/snmp_exporter"; homepage = "https://github.com/prometheus/snmp_exporter";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ oida willibutz ]; maintainers = with maintainers; [ oida willibutz Frostman ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }