amazon-ssm-agent: 3.3.808.0 -> 3.3.859.0 (#340746)

This commit is contained in:
Arian van Putten 2024-09-09 14:12:44 +02:00 committed by GitHub
commit f5a1e79a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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