amazon-ssm-agent: 3.3.1345.0 -> 3.3.1611.0 (#377331)

This commit is contained in:
Arian van Putten
2025-01-27 17:14:21 -05:00
committed by GitHub
+2 -2
View File
@@ -42,13 +42,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.3.1345.0";
version = "3.3.1611.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
tag = version;
hash = "sha256-6MGb6P3PYfnoztLdLhOm/smCjyWuV7ZGJtK40l4yFB0=";
hash = "sha256-mwru2BAnVSYLXoA+g7eizadSYLr9c3ikEJipo7N1n4Y=";
};
vendorHash = null;