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

ecs-agent: 1.82.0 -> 1.82.1
This commit is contained in:
Mario Rodas 2024-03-26 07:06:14 -05:00 committed by GitHub
commit 060f8a03df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.82.0";
version = "1.82.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-joI2jNfH4++mpReVGO9V3Yc7cRpykc3F166WEGZ09HA=";
hash = "sha256-WXxuFJnqWUm+XgFNdtf0WBBGa7fP8Qv7hRd4xfGeVeg=";
};
vendorHash = null;