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

ecs-agent: 1.85.0 -> 1.85.1
This commit is contained in:
Nick Cao 2024-07-22 17:00:45 -04:00 committed by GitHub
commit 3f6108bdbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.85.0";
version = "1.85.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-IP1kZ2hSe1IJBNVYybZa+PYav3gHQayNyin3aOQCJS8=";
hash = "sha256-TrfFJ6N1DreO3NcznXBcNZziESAMxWa4FR+KzDjRDmM=";
};
vendorHash = null;