Merge pull request #259506 from r-ryantm/auto-update/ecs-agent

ecs-agent: 1.75.3 -> 1.76.0
This commit is contained in:
Mario Rodas 2023-10-07 19:40:44 -05:00 committed by GitHub
commit 2d7ed4ad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.75.3";
version = "1.76.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-30KDmbT46K5/jE2aSFkX2TZZvWDtzudazTyqFiyLTds=";
hash = "sha256-Ex+vYbOdD/AyCMgYF0xBKSxEM3lhBSRR80bx35t6tSA=";
};
vendorHash = null;