ecs-agent: 1.82.0 -> 1.82.1

This commit is contained in:
R. Ryantm 2024-03-26 01:39:50 +00:00
parent dda0c576b2
commit 4f273a7bf6
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;