ecs-agent: 1.81.0 -> 1.82.0

This commit is contained in:
R. Ryantm 2024-03-07 05:10:40 +00:00
parent f32e786e98
commit 6c70b1e486

View file

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