ecs-agent: 1.73.0 -> 1.73.1

This commit is contained in:
R. Ryantm 2023-07-18 23:48:48 +00:00
parent f0e4cf997f
commit 8cb1646f4e

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecs-agent";
version = "1.73.0";
version = "1.73.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "aws";
repo = pname;
hash = "sha256-poVhzJi5cYAYJgLxcsnR8b9gGa5+T56xsFex3/pr7CU=";
hash = "sha256-+IFlr1xLLnk0Ox3CcHUdEEiDqk5z0MegWu6h9RW7M8Q=";
};
vendorHash = null;