telegraf: 1.5.1 -> 1.5.3

This commit is contained in:
Jörg Thalheim 2018-03-17 23:17:08 +00:00
parent 782fbc6cfd
commit d5c077b109
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "telegraf-${version}";
version = "1.5.1";
version = "1.5.3";
goPackagePath = "github.com/influxdata/telegraf";