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

ecs-agent: 1.66.2 -> 1.67.2
This commit is contained in:
Weijia Wang 2023-01-23 14:32:56 +01:00 committed by GitHub
commit 1f4f3a7946
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.66.2";
version = "1.67.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-mZzDvD+40YiC8cBpLlYd7K1p5UBYpso9OMCDijopuik=";
hash = "sha256-iSL5ogS8BLcxge3eo+kCqtsGmj7P1wbi+/84nA9fO2Q=";
};
vendorHash = null;