Merge pull request #101343 from WilliButz/update/prometheus-snmp-exporter/0.19.0

prometheus-snmp-exporter: 0.18.0 -> 0.19.0
This commit is contained in:
Linus Heckemann 2020-10-28 16:13:56 +01:00 committed by GitHub
commit da5209c89f
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.18.0";
version = "0.19.0";
goPackagePath = "github.com/prometheus/snmp_exporter";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "prometheus";
repo = "snmp_exporter";
rev = "v${version}";
sha256 = "1zdkb036zy2sw1drlp2m2z1yb7857d2y3yn2y3l0a1kkd4zcqkk4";
sha256 = "1ppi5lmc2lryawpw1b3kpg3qxr7v62zbiwg2v1d8sq1y5b2xdza6";
};
buildInputs = [ net-snmp ];