ecs-agent: 1.79.2 -> 1.81.0

This commit is contained in:
R. Ryantm 2024-02-04 01:10:59 +00:00
parent 61ef96ff00
commit c6f167cc3b

View File

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