telegraf: 1.1.1 -> 1.1.2

This commit is contained in:
Jörg Thalheim 2016-12-14 11:05:01 +01:00
parent e065861a4f
commit 08b3e3944b
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -446,8 +446,8 @@
fetch = {
type = "git";
url = "https://github.com/shirou/gopsutil";
rev = "1516eb9ddc5e61ba58874047a98f8b44b5e585e8";
sha256 = "1pnl1g2l1y5vmnraq97rbm0nirprqvfzxsp6h4xacn1429jdl5bv";
rev = "4d0c402af66c78735c5ccf820dc2ca7de5e4ff08";
sha256 = "1wkp7chzpz6brq2y0k2mvsf0iaknns279wfsjn5gm6gvih49lqni";
};
}
{