telegraf: 1.2.0 -> 1.2.1

This commit is contained in:
Jörg Thalheim 2017-02-06 14:07:22 +01:00
parent 2c96395272
commit 1afab98842
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "telegraf-${version}";
version = "1.2.0";
version = "1.2.1";
goPackagePath = "github.com/influxdata/telegraf";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "influxdata";
repo = "telegraf";
rev = "${version}";
sha256 = "0kijg3j2jnz7jfybycv2scvpsfmxg83jh8wl95p2bw322ypqlks1";
sha256 = "0vfx87a9shhwyqrbdf1jc32jkg0ych8bd0p222v2rcd83l75r0kh";
};
goDeps = ./. + builtins.toPath "/deps-${version}.nix";