datadog-agent: 7.31.0 -> 7.32.1

This commit is contained in:
R. Ryantm 2021-12-06 12:54:57 +00:00
parent 7f744ff0b9
commit baaaf41996

View File

@ -10,15 +10,15 @@ let
in buildGoModule rec {
pname = "datadog-agent";
version = "7.31.0";
version = "7.32.1";
src = fetchFromGitHub {
inherit owner repo;
rev = version;
sha256 = "sha256-APwR3/bvCHNnJWxRPSLLe4lHYv39wfw3WhGDEkxAku8=";
sha256 = "sha256-21xrnPP5uoGzVCBplNxzKUxFTjopDTjdVQqyvIEzIuo=";
};
vendorSha256 = "sha256-CNQJvnNnB29duALEXPguEJsoRHdieAiPFbwXa89jxUk=";
vendorSha256 = "sha256-j3A8Gqw3Erf6suK/TH9Ml2zb7tYDGNFqil5wSZRs79o=";
subPackages = [
"cmd/agent"