amazon-ssm-agent: 3.3.551.0 -> 3.3.808.0

This commit is contained in:
R. Ryantm 2024-08-27 12:39:14 +00:00
parent 56fab16fa9
commit 4992478d6e

View File

@ -41,13 +41,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.3.551.0";
version = "3.3.808.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-ncdLaHsQAdK1vtFzo55yWicKVfQHxpFpXYpODeG5/9I=";
hash = "sha256-ig8mr4xfYnj1z1H3Ro6HFmlzW9HsBWMDtbHtpM6BIfg=";
};
vendorHash = null;