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

ecs-agent: 1.78.0 -> 1.78.1
This commit is contained in:
Nick Cao 2023-11-18 13:33:25 -05:00 committed by GitHub
commit 50bc5c89f5
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.0";
version = "1.78.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-/FppBl25AgwZhNcwWmUc0ThaTm1U4lhaoCTTJ/R/srI=";
hash = "sha256-8/hHv5veTQXNg8c5oew+5FWLAQkytTD2+Gdb30sY9lo=";
};
vendorHash = null;