Skip to content

Commit

Permalink
telegraf: 1.4.2 -> 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 9, 2017
1 parent d209612 commit 3f9e872
Show file tree
Hide file tree
Showing 2 changed files with 662 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.2";
version = "1.4.4";

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

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

buildFlagsArray = [ ''-ldflags=
Expand Down

0 comments on commit 3f9e872

Please sign in to comment.