ecs-agent: 1.71.2 -> 1.72.0

This commit is contained in:
R. Ryantm 2023-06-17 06:11:34 +00:00
parent 74d4119976
commit 817506ed6f

View File

@ -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;