Skip to content

Commit

Permalink
telegraf: 1.4.1 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 18, 2017
1 parent 67343e2 commit 914fcc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/telegraf/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "telegraf-${version}";
version = "1.4.1";
version = "1.4.2";

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

Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "influxdata";
repo = "telegraf";
rev = "${version}";
sha256 = "1q0xl599zyqyralsl6mml1xl0h2206564sa2azivjmg48z7blcll";
sha256 = "1lmk0czqbr4mn1zf99403r8s6nyyk3bxwgvxfx7w4apvxl433iw4";
};

buildFlagsArray = [ ''-ldflags=
Expand Down

0 comments on commit 914fcc8

Please sign in to comment.