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

ecs-agent: 1.72.0 -> 1.73.0
This commit is contained in:
Weijia Wang 2023-07-03 10:46:43 +03:00 committed by GitHub
commit 8a1caf4fe8
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.72.0";
version = "1.73.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-GKIT1PfgnIPqZp21gA4eimhzT77HNd5wM2Ynt2ekvWU=";
hash = "sha256-poVhzJi5cYAYJgLxcsnR8b9gGa5+T56xsFex3/pr7CU=";
};
vendorHash = null;