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

ecs-agent: 1.76.0 -> 1.78.0
This commit is contained in:
Mario Rodas 2023-10-27 17:44:31 -05:00 committed by GitHub
commit 18ba99f276
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.76.0";
version = "1.78.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-Ex+vYbOdD/AyCMgYF0xBKSxEM3lhBSRR80bx35t6tSA=";
hash = "sha256-/FppBl25AgwZhNcwWmUc0ThaTm1U4lhaoCTTJ/R/srI=";
};
vendorHash = null;