ecs-agent: 1.82.2 -> 1.82.3

This commit is contained in:
R. Ryantm 2024-04-26 12:36:45 +00:00
parent b00f19626a
commit fd36370cb0

View file

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