mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
telegraf: 1.32.1 -> 1.32.2
Diff: https://github.com/influxdata/telegraf/compare/v1.32.1...v1.32.2 Changelog: https://github.com/influxdata/telegraf/blob/v1.32.2/CHANGELOG.md
This commit is contained in:
parent
5603504a8d
commit
58d559379f
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildGo123Module rec {
|
||||
pname = "telegraf";
|
||||
version = "1.32.1";
|
||||
version = "1.32.2";
|
||||
|
||||
subPackages = [ "cmd/telegraf" ];
|
||||
|
||||
|
@ -17,10 +17,10 @@ buildGo123Module rec {
|
|||
owner = "influxdata";
|
||||
repo = "telegraf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-CtfPREsU2LU7Ptn3FzEDlPeWVWP/OdtIITdUL7qKbgI=";
|
||||
hash = "sha256-hqYBoaklrdCkTwnkwqkZAvGLyWkUB3CVu4cg3Ujbyto=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-WQbgGsGfyUGcgjXWjuyyCapeKgujoZD6HpKoFiIA//M=";
|
||||
vendorHash = "sha256-KRZ5Rrdp69DTHtNu8vXuD7QKy2n6Sx7myNpB5TSZpRk=";
|
||||
proxyVendor = true;
|
||||
|
||||
ldflags = [
|
||||
|
|
Loading…
Reference in a new issue