ecs-agent: 1.78.1 -> 1.79.2

This commit is contained in:
R. Ryantm 2023-12-25 18:42:01 +00:00
parent b45547a0a2
commit c99f48ee93

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.78.1";
version = "1.79.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-8/hHv5veTQXNg8c5oew+5FWLAQkytTD2+Gdb30sY9lo=";
hash = "sha256-nq9voqmPvNemtUl3rcTSUjzrrk3DbcmZVzVYOdHkU2o=";
};
vendorHash = null;