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

amazon-ssm-agent: 3.2.2143.0 -> 3.2.2222.0
This commit is contained in:
h7x4 2024-02-01 22:04:30 +01:00 committed by GitHub
commit a819aea202
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.2.2143.0";
version = "3.2.2222.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-RE17XoioTVlqASpHl6y7ykbK9sYqUIF05ROnXf05NrU=";
hash = "sha256-0mXf7n+Cd5t3xAB/84ejdCzcZviBLODBPkJah1X63+0=";
};
vendorHash = null;