telegraf: fix sha256 hash
It seems it was wrong since the latest update.
This commit is contained in:
parent
264e2eebd7
commit
56c20d3014
@ -12,7 +12,7 @@ buildGoPackage rec {
|
|||||||
owner = "influxdata";
|
owner = "influxdata";
|
||||||
repo = "telegraf";
|
repo = "telegraf";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "02sldgbsxifd7s3awjj0a4wf7rrcz2xin02b6ygyqxyhj1kqj8i6";
|
sha256 = "0i3bmfs54s6m8im5gjm5ccyz31gpvp9cghxjxj46l0g77ncij7dj";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./. + builtins.toPath "/deps-${version}.nix";
|
goDeps = ./. + builtins.toPath "/deps-${version}.nix";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user