ecs-agent: 1.86.3 -> 1.87.0 (#346126)

This commit is contained in:
OTABI Tomoya 2024-10-09 13:52:07 +09:00 committed by GitHub
commit d075b07248
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.86.3";
version = "1.87.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-YygvAYoqbWVmtBgHNrP0Xp1zSgCv2PsnWARWyo3K8rM=";
hash = "sha256-JFEpwzeg+mcMBUYBenyWhYGE2J6iARz8oICZFlH1Azw=";
};
vendorHash = null;