Skip to content

Commit

Permalink
telegraf: 1.2.1 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed May 16, 2017
1 parent 2e966dc commit 9950707
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 174 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.1";
version = "1.3.0";

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

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

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

0 comments on commit 9950707

Please sign in to comment.