ecs-agent: 1.71.1 -> 1.71.2

This commit is contained in:
R. Ryantm 2023-06-06 11:24:03 +00:00
parent c039ce8919
commit 38deb5dcea

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;