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

amazon-ssm-agent: 3.2.2222.0 -> 3.3.40.0
This commit is contained in:
Weijia Wang 2024-03-07 23:54:51 +01:00 committed by GitHub
commit ed05810f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,13 +42,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.2.2222.0";
version = "3.3.40.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-0mXf7n+Cd5t3xAB/84ejdCzcZviBLODBPkJah1X63+0=";
hash = "sha256-o1THIj0QAafqhbFoZKVZXWiAEcaYB+xP5Y2e45D/6Xg=";
};
vendorHash = null;