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

ecs-agent: 1.71.2 -> 1.72.0
This commit is contained in:
Weijia Wang
2023-06-17 15:39:44 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.71.2";
version = "1.72.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-RCLBQgqbpNVqKiXP/gKP1iOn23A/poFUjFH8KxYbPCc=";
hash = "sha256-GKIT1PfgnIPqZp21gA4eimhzT77HNd5wM2Ynt2ekvWU=";
};
vendorHash = null;