ecs-agent: 1.84.0 -> 1.85.0

This commit is contained in:
R. Ryantm 2024-07-13 08:39:48 +00:00
parent bd24e293f2
commit 653e50c7fd

View File

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