amazon-ssm-agent: 3.3.1957.0 -> 3.3.2299.0

This commit is contained in:
R. Ryantm 2025-04-19 19:22:01 +00:00
parent ee446f457b
commit 5fd58ccd11

View file

@ -42,13 +42,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "amazon-ssm-agent"; pname = "amazon-ssm-agent";
version = "3.3.1957.0"; version = "3.3.2299.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = "amazon-ssm-agent"; repo = "amazon-ssm-agent";
tag = version; tag = version;
hash = "sha256-lOfeGkImwRxua3dSmefb1WcgnviHhOYtYK1VaRW9C6A="; hash = "sha256-8jqsAGnfn6+a+Zs9XfIyHzG/+jPO+UoSVsm0GHthq3E=";
}; };
vendorHash = null; vendorHash = null;