ecs-agent: 1.101.0 -> 1.101.1

This commit is contained in:
R. Ryantm
2025-12-18 20:38:23 +00:00
parent 4dc20e2781
commit 44a558440c
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.101.0";
version = "1.101.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = "amazon-ecs-agent";
hash = "sha256-1+SWffCxmbYf8hUUazrRds7bRwPX11b1HumaCAizsOQ=";
hash = "sha256-bD+gA9uPtHNDcg/QC+O9sQk7G4und5dViqS6f7pV0rU=";
};
vendorHash = null;