diff options
| author | Nick Cao <nickcao@nichi.co> | 2024-11-17 08:56:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 08:56:13 -0500 |
| commit | 491145f4b36a5ba9eff367dfb0d5d3eb5633d4e1 (patch) | |
| tree | 4a8b6894ee8ff6377d48661bf9523554dab77eb2 | |
| parent | [Backport release-24.05] linuxPackages.nvidiaPackages.production: 550.78 -> 5... (diff) | |
| parent | amazon-ssm-agent: 3.3.859.0 -> 3.3.987.0 (diff) | |
| download | nixpkgs-491145f4b36a5ba9eff367dfb0d5d3eb5633d4e1.tar.gz | |
[Backport release-24.05] amazon-ssm-agent: 3.3.859.0 -> 3.3.987.0 (#352949)
| -rw-r--r-- | pkgs/by-name/am/amazon-ssm-agent/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/am/amazon-ssm-agent/package.nix b/pkgs/by-name/am/amazon-ssm-agent/package.nix index 608ca1d5d051..eb3ac6fe30f2 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.3.859.0"; + version = "3.3.987.0"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-ssm-agent"; rev = "refs/tags/${version}"; - hash = "sha256-Qxzq91GXOrssBO9VaQTkLZjVqdpUYoYq3N/rakwewJs="; + hash = "sha256-uwAMDFSIeM3tE+F/QLUxXVItnfsqyGhAPybaG5JxhZM="; }; vendorHash = null; |
