datadog-agent: 7.32.4 -> 7.33.0

This commit is contained in:
R. Ryantm 2022-02-11 07:55:06 +00:00 committed by Jonathan Ringer
parent bf11726e20
commit bccb7f8ce0

View File

@ -10,15 +10,15 @@ let
in buildGoModule rec {
pname = "datadog-agent";
version = "7.32.4";
version = "7.33.0";
src = fetchFromGitHub {
inherit owner repo;
rev = version;
sha256 = "sha256-/vHNxcJQb0QHwFq6lxsSh9zc+Bkhb2SUymI5jEzkjm4=";
sha256 = "sha256-8QwXJrhuONdmM0oneGip4BhYkfuaNoYQn+MjlIpCk98=";
};
vendorSha256 = "sha256-LyXveLSa+p9GEzcKifTXweY8nJwPISwhboi8zBeBrMo=";
vendorSha256 = "sha256-3caBX+Z1SbX0u5yfh/218HH2jEvKV1IM6fd3HkYHTGk=";
subPackages = [
"cmd/agent"