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

ecs-agent: 1.82.2 -> 1.82.3
This commit is contained in:
Weijia Wang 2024-05-04 15:58:41 +02:00 committed by GitHub
commit dfc44f5e47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.82.2";
version = "1.82.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-2a8QBdL28iHVTE+Xo1I+89pFBeWndPqT072SHB498SQ=";
hash = "sha256-dn7aAH5Huul02WHoPm9VOjAdhMmtUXwnoGa2nSOa8UI=";
};
vendorHash = null;