ecs-agent: 1.91.2 -> 1.92.0

This commit is contained in:
R. Ryantm
2025-04-21 20:25:24 +00:00
parent 21c17995f5
commit c91fdf266a
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.91.2";
version = "1.92.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-7f1qJ9dgouhj+DGikdIzUREPraAA/1y/5lYA8fbIoJo=";
hash = "sha256-g0yIJ0W71UGgPZ5m/BaeTCOTAfQ6589wAvYZ15Izt8o=";
};
vendorHash = null;