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

datadog-agent: 7.50.1 -> 7.50.3
This commit is contained in:
Mario Rodas 2024-01-27 05:54:53 -05:00 committed by GitHub
commit 9460cc8193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,12 +21,12 @@ let
owner = "DataDog";
repo = "datadog-agent";
goPackagePath = "github.com/${owner}/${repo}";
version = "7.50.1";
version = "7.50.3";
src = fetchFromGitHub {
inherit owner repo;
rev = version;
hash = "sha256-03+ofnS8ecx2SRAWb0KX6TxRd0SDEOCd4+EBVgoMFZk=";
hash = "sha256-AN5BruLPyrpIGSUkcYkZC0VgItk9NHiZTXstv6j9TlY=";
};
rtloader = stdenv.mkDerivation {
pname = "datadog-agent-rtloader";
@ -43,7 +43,7 @@ in buildGoModule rec {
doCheck = false;
vendorHash = "sha256-X+QLz45kWg12ls1dkGzThbNxPw7WEJ1odRYkuhOyhk8=";
vendorHash = "sha256-Rn8EB/6FHQk9COlOaxm4TQXjGCIPZHJV2QQnPDcbRnM=";
subPackages = [
"cmd/agent"