ecs-agent: 1.96.0 -> 1.97.0

This commit is contained in:
R. Ryantm
2025-08-01 20:41:12 +00:00
parent 4edcaa1606
commit 5dcc8a5f1e
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.96.0";
version = "1.97.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = "amazon-ecs-agent";
hash = "sha256-jKqGKSPjHQvRKAxqB81u/i7LeIV8IeiCF9O5dSmebQQ=";
hash = "sha256-QdEmV78bQDw3YaJCPCFlLpo1rLsRu4Hn8e/JrZVkGQc=";
};
vendorHash = null;