Merge pull request #274221 from r-ryantm/auto-update/ecs-agent

ecs-agent: 1.78.1 -> 1.79.2
This commit is contained in:
Weijia Wang 2024-01-03 16:44:37 +01:00 committed by GitHub
commit 891339b8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;