ecs-agent: 1.86.3 -> 1.87.0

This commit is contained in:
R. Ryantm
2024-10-03 09:30:35 +00:00
parent 14f8e6c62c
commit 48fae6adb7
@@ -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;