amazon-ssm-agent: 3.2.1630.0 -> 3.2.1705.0

https://github.com/aws/amazon-ssm-agent/releases/tag/3.2.1705.0
This commit is contained in:
Anthony Roussel 2023-10-17 22:45:12 +02:00
parent 36e30ddbd8
commit a428f0cfc9
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -40,13 +40,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.2.1630.0";
version = "3.2.1705.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-0tN0rBfz2VZ4UkYLFDGg9218O9vyyRT2Lrppu9TETao=";
hash = "sha256-4KhDD5G/fS1rHitQdbYqIz6RSQ3PTMZsUENC202a/Do=";
};
vendorHash = null;