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

ecs-agent: 1.71.1 -> 1.71.2
This commit is contained in:
Weijia Wang 2023-06-07 15:43:51 +03:00 committed by GitHub
commit 662df1b79c
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.1";
version = "1.71.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-v3sICXijHStJDPYJq0VHd3CY1G1dlPwSdyPzpEHpc90=";
hash = "sha256-RCLBQgqbpNVqKiXP/gKP1iOn23A/poFUjFH8KxYbPCc=";
};
vendorHash = null;