Merge pull request #323088 from r-ryantm/auto-update/amazon-ssm-agent

amazon-ssm-agent: 3.3.484.0 -> 3.3.551.0
This commit is contained in:
Arian van Putten 2024-06-29 11:49:23 -04:00 committed by GitHub
commit 43f06ccf4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,13 +41,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.3.484.0";
version = "3.3.551.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-zWjV56xw4eVHKx3J2DDq6b+RYjU0EL9ShQmb72SVBVk=";
hash = "sha256-ncdLaHsQAdK1vtFzo55yWicKVfQHxpFpXYpODeG5/9I=";
};
vendorHash = null;