Merge pull request #233344 from r-ryantm/auto-update/ecs-agent

ecs-agent: 1.71.0 -> 1.71.1
This commit is contained in:
Mario Rodas 2023-05-22 13:29:07 -05:00 committed by GitHub
commit ccc780da55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.71.0";
version = "1.71.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-+/aeLI1+VE80NdeAqc7ctZsS6i0Ymj/GXssduP8X//c=";
hash = "sha256-v3sICXijHStJDPYJq0VHd3CY1G1dlPwSdyPzpEHpc90=";
};
vendorHash = null;