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

ecs-agent: 1.75.0 -> 1.75.3
This commit is contained in:
Pol Dellaiera 2023-09-20 20:04:18 +02:00 committed by GitHub
commit 008c18a71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.75.0";
version = "1.75.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-pjBAu7QyDZdZbGK2pmvF75C6M3liS0KixupUx+iCEjA=";
hash = "sha256-30KDmbT46K5/jE2aSFkX2TZZvWDtzudazTyqFiyLTds=";
};
vendorHash = null;