amazon-ssm-agent: 3.3.859.0 -> 3.3.987.0

(cherry picked from commit 633c028d77)
This commit is contained in:
R. Ryantm 2024-10-20 10:43:08 +00:00 committed by github-actions[bot]
parent f18ab3b08f
commit 3e3183fd16

View File

@ -42,13 +42,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.3.859.0";
version = "3.3.987.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-Qxzq91GXOrssBO9VaQTkLZjVqdpUYoYq3N/rakwewJs=";
hash = "sha256-uwAMDFSIeM3tE+F/QLUxXVItnfsqyGhAPybaG5JxhZM=";
};
vendorHash = null;