telegraf: fix sha256 hash

It seems it was wrong since the latest update.
This commit is contained in:
Pascal Wittmann 2016-11-20 16:35:59 +01:00
parent 264e2eebd7
commit 56c20d3014
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "influxdata";
repo = "telegraf";
rev = "${version}";
sha256 = "02sldgbsxifd7s3awjj0a4wf7rrcz2xin02b6ygyqxyhj1kqj8i6";
sha256 = "0i3bmfs54s6m8im5gjm5ccyz31gpvp9cghxjxj46l0g77ncij7dj";
};
goDeps = ./. + builtins.toPath "/deps-${version}.nix";