amazon-ssm-agent: 3.3.1345.0 -> 3.3.1611.0

This commit is contained in:
R. Ryantm
2025-01-27 15:30:40 +00:00
parent d73ab2f142
commit 62fff9635c
+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;