ecs-agent: 1.82.4 -> 1.84.0

This commit is contained in:
R. Ryantm 2024-06-24 04:52:51 +00:00
parent 218d138dc3
commit 1b5f676211

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.82.4";
version = "1.84.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-bM/K3fxkeDwsXKsgZaEkurgYdSHnOgIQ2oUKc5atvZk=";
hash = "sha256-6Les4qio+ad10b172Xw5bwU2OZiLOjZZhaoNW0MYFzk=";
};
vendorHash = null;