ecs-agent: 1.99.0 -> 1.99.1

This commit is contained in:
R. Ryantm
2025-09-28 12:07:37 +00:00
parent e9f00bd893
commit bd06923df2
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.99.0";
version = "1.99.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = "amazon-ecs-agent";
hash = "sha256-b+GxUVqKnMlZITrZ0/MO6kZVw5mLrrgLVdKAe0xS/7w=";
hash = "sha256-aGmXu+ho5H6vPTBWR5OvqDcmFQN87BOl99HGIek24CE=";
};
vendorHash = null;