From a1bbc7201e20ac5a38dda41f819a13828042a23f Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Mon, 22 Jan 2024 13:45:11 +0100 Subject: [PATCH] amazon-ssm-agent: 3.2.2086.0 -> 3.2.2143.0 https://github.com/aws/amazon-ssm-agent/releases/tag/3.2.2143.0 https://github.com/aws/amazon-ssm-agent/compare/3.2.2086.0...3.2.2143.0 --- pkgs/by-name/am/amazon-ssm-agent/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/am/amazon-ssm-agent/package.nix b/pkgs/by-name/am/amazon-ssm-agent/package.nix index 65006dbfb3e4..7c8ff4336fdf 100644 --- a/pkgs/by-name/am/amazon-ssm-agent/package.nix +++ b/pkgs/by-name/am/amazon-ssm-agent/package.nix @@ -42,13 +42,13 @@ let in buildGoModule rec { pname = "amazon-ssm-agent"; - version = "3.2.2086.0"; + version = "3.2.2143.0"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-ssm-agent"; rev = "refs/tags/${version}"; - hash = "sha256-oV/0B2VxM6Gx84FIk3bUZU5DQDXt3Jek6/Xv0ZkZ89Y="; + hash = "sha256-RE17XoioTVlqASpHl6y7ykbK9sYqUIF05ROnXf05NrU="; }; vendorHash = null; @@ -68,15 +68,15 @@ buildGoModule rec { darwin.DarwinTools ]; - # See the list https://github.com/aws/amazon-ssm-agent/blob/3.2.1630.0/makefile#L120-L138 + # See the list https://github.com/aws/amazon-ssm-agent/blob/3.2.2143.0/makefile#L121-L147 # The updater is not built because it cannot work on NixOS subPackages = [ "core" "agent" "agent/cli-main" + "agent/framework/processor/executer/outofproc/sessionworker" "agent/framework/processor/executer/outofproc/worker" "agent/session/logging" - "agent/framework/processor/executer/outofproc/sessionworker" ]; ldflags = [ "-s" "-w" ];