Skip to content

Commit

Permalink
telegraf: 1.2.0 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Feb 6, 2017
1 parent 2c96395 commit 1afab98
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.2.0";
version = "1.2.1";

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

Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "influxdata";
repo = "telegraf";
rev = "${version}";
sha256 = "0kijg3j2jnz7jfybycv2scvpsfmxg83jh8wl95p2bw322ypqlks1";
sha256 = "0vfx87a9shhwyqrbdf1jc32jkg0ych8bd0p222v2rcd83l75r0kh";
};

goDeps = ./. + builtins.toPath "/deps-${version}.nix";
Expand Down

0 comments on commit 1afab98

Please sign in to comment.