ecs-agent: 1.66.1 -> 1.66.2

https://github.com/aws/amazon-ecs-agent/releases/tag/v1.66.2
This commit is contained in:
Mario Rodas 2022-11-12 05:10:00 +00:00
parent 16a812bc4f
commit 51aa6ca18e

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "amazon-ecs-agent";
version = "1.66.1";
version = "1.66.2";
goPackagePath = "github.com/aws/${pname}";
subPackages = [ "agent" ];
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "aws";
repo = pname;
sha256 = "sha256-XMgZLjNGLKmyQ7QlWcDqWW8chBUyVWKHqCFkS3Xkyyw=";
sha256 = "sha256-mZzDvD+40YiC8cBpLlYd7K1p5UBYpso9OMCDijopuik=";
};
meta = with lib; {