Skip to content

Commit

Permalink
Merge pull request NixOS#306136 from r-ryantm/auto-update/telegraf
Browse files Browse the repository at this point in the history
telegraf: 1.30.1 -> 1.30.2
  • Loading branch information
Mic92 authored Apr 23, 2024
2 parents 48a69f0 + 6554f49 commit c6d4afe
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.30.1";
version = "1.30.2";

subPackages = [ "cmd/telegraf" ];

src = fetchFromGitHub {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
hash = "sha256-cBEPNPeezh4X817Iq8Bo41/KX58I9HL2GA0lAU7+ISE=";
hash = "sha256-y9FfCCOUl0IWwcol1aDG+1m7270wWc3akhZzaK/KItY=";
};

vendorHash = "sha256-jTw5YLGgHs3uvihI6KPZg+cNrnNixUznJsH0CtIVe6I=";
vendorHash = "sha256-7X2k/fpr9zQNXfyd+18VpRTcmYvPBvQzPNolNfmIZG8=";
proxyVendor = true;

ldflags = [
Expand Down

0 comments on commit c6d4afe

Please sign in to comment.