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

View File

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