ecs-agent: 1.71.0 -> 1.71.1

This commit is contained in:
R. Ryantm 2023-05-22 03:55:38 +00:00
parent af56b152ea
commit 46607b0637

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.71.0";
version = "1.71.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-+/aeLI1+VE80NdeAqc7ctZsS6i0Ymj/GXssduP8X//c=";
hash = "sha256-v3sICXijHStJDPYJq0VHd3CY1G1dlPwSdyPzpEHpc90=";
};
vendorHash = null;