amazon-ssm-agent: 3.2.2222.0 -> 3.3.40.0

This commit is contained in:
R. Ryantm 2024-02-11 11:44:23 +00:00
parent d7c8d1d842
commit 9a733b06be

View File

@ -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;