amazon-ssm-agent: 3.3.3598.0 -> 3.3.4515.0

(cherry picked from commit 2ba3868420)
This commit is contained in:
R. Ryantm 2026-05-29 09:14:22 +00:00 committed by github-actions[bot]
commit 214e71daa4

View file

@ -43,13 +43,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "amazon-ssm-agent";
version = "3.3.3598.0";
version = "3.3.4515.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
tag = finalAttrs.version;
hash = "sha256-keagFjifd3Ok3mgheDAb9OSGHmd3HBOo5I0WaBHWJzE=";
hash = "sha256-FEYziTgYIzX8tm/zgVDi2Tvbxn+lBnXAAqqO+LhlQYM=";
};
vendorHash = null;