[Backport release-24.05] amazon-ssm-agent: 3.3.859.0 -> 3.3.987.0 (#352949)

This commit is contained in:
Nick Cao 2024-11-17 08:56:13 -05:00 committed by GitHub
commit 491145f4b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;