Skip to content

Commit

Permalink
telegraf: 1.28.4 -> 1.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and Mic92 committed Nov 16, 2023
1 parent 2e3873f commit 56f09dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/telegraf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

buildGoModule rec {
pname = "telegraf";
version = "1.28.4";
version = "1.28.5";

subPackages = [ "cmd/telegraf" ];

src = fetchFromGitHub {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
hash = "sha256-Z6BhMLpuK7j8yo3XGlu6DaTv6e+VMa9fft/KtWNprpc=";
hash = "sha256-dmePzJ10VgzN6CxFAz7QloIsPULuTZH+Pjkd/kIQUmU=";
};

vendorHash = "sha256-ebfch59JXJYxXcoIPc8XdkRugsjZ1pKCgvUXODSWTrw=";
vendorHash = "sha256-3buC6N/tHTf6FMEXU3+XlJVGntLe86Hx3eNpn7w0yMs=";
proxyVendor = true;

ldflags = [
Expand Down

0 comments on commit 56f09dd

Please sign in to comment.