Skip to content

Commit

Permalink
telegraf: 1.14.5 -> 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Mic92 committed Jul 31, 2020
1 parent 5e669ee commit f68c979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/telegraf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

vendorSha256 = "1mjlakf88fa75qldkz62aja0wn0m6xqfr45vjy0lwpi0adc0fz70";
vendorSha256 = "02cfmky0zbhfwnr7c902k79az9pcywha9x7vsm82r2qqdhx1h9kz";

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

0 comments on commit f68c979

Please sign in to comment.