ecs-agent: 1.87.1 -> 1.88.0 (#363095)

This commit is contained in:
Wolfgang Walther 2024-12-12 20:38:14 +01:00 committed by GitHub
commit 078925ce36
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.87.1";
version = "1.88.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-thgFlfEyjetNciBCIx1XFW4U59BL9TpRT9E7v4bac6s=";
hash = "sha256-ljTMfucHdcfDrpKKVguFlCM6S4ezBzM67C8SBdulYdY=";
};
vendorHash = null;