Skip to content

Commit

Permalink
Merge pull request #92090 from r-ryantm/auto-update/telegraf
Browse files Browse the repository at this point in the history
telegraf: 1.14.4 -> 1.14.5
  • Loading branch information
Mic92 committed Jul 3, 2020
2 parents 7df7291 + 70d359c commit ce4e227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/telegraf/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "telegraf";
version = "1.14.4";
version = "1.14.5";

goPackagePath = "github.com/influxdata/telegraf";

Expand All @@ -14,10 +14,10 @@ buildGoModule rec {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
sha256 = "0kbf1r9b9xylq0akmklzy94pcljayhdjm539fwazp5c1364qmbjm";
sha256 = "1rnrg1q0dylr62cfkzspp47w818cja3hs6bbarcksmp0s23rq6lz";
};

vendorSha256 = "05nj99hl5f5l0a2aswy19wmbm94hd1h03r227gmn419dkzc5hpah";
vendorSha256 = "1mjlakf88fa75qldkz62aja0wn0m6xqfr45vjy0lwpi0adc0fz70";

buildFlagsArray = [ ''-ldflags=
-w -s -X main.version=${version}
Expand Down

0 comments on commit ce4e227

Please sign in to comment.