ecs-agent: 1.90.0 -> 1.91.0

This commit is contained in:
R. Ryantm
2025-03-06 01:06:17 +00:00
parent 6e96684190
commit edc9a7aced
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.90.0";
version = "1.91.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-XzcEmXW2JblclSFyZgejn802tiNpbNUw22493lhsiqc=";
hash = "sha256-JRrDxJzbV1a3Ppo4fw9bREjJMRcV2Yj1gxflkE5WJfU=";
};
vendorHash = null;