1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #148999 from r-ryantm/auto-update/datadog-agent

datadog-agent: 7.31.0 -> 7.32.1
This commit is contained in:
Mario Rodas 2021-12-08 09:13:28 -05:00 committed by GitHub
commit 693796d980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"