ecs-agent: 1.82.1 -> 1.82.2

This commit is contained in:
R. Ryantm 2024-04-10 02:02:37 +00:00
parent c81c241415
commit 1967712b3e
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.82.1";
version = "1.82.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-WXxuFJnqWUm+XgFNdtf0WBBGa7fP8Qv7hRd4xfGeVeg=";
hash = "sha256-2a8QBdL28iHVTE+Xo1I+89pFBeWndPqT072SHB498SQ=";
};
vendorHash = null;