about summary refs log tree commit diff
path: root/pkgs/by-name/am
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-10-17 22:45:12 +0200
committerAnthony Roussel <anthony@roussel.dev>2023-10-25 11:30:48 +0200
commita428f0cfc9cccfbdd01b5d5df4020dffc110c473 (patch)
treeb036d96c630e071d7615ab2c5c1422833f52abe2 /pkgs/by-name/am
parent36e30ddbd824b125596c40d1993194b46095ae07 (diff)
amazon-ssm-agent: 3.2.1630.0 -> 3.2.1705.0
https://github.com/aws/amazon-ssm-agent/releases/tag/3.2.1705.0
Diffstat (limited to 'pkgs/by-name/am')
-rw-r--r--pkgs/by-name/am/amazon-ssm-agent/package.nix4
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 b884eb9ed06af..4816ac1bdc734 100644
--- a/pkgs/by-name/am/amazon-ssm-agent/package.nix
+++ b/pkgs/by-name/am/amazon-ssm-agent/package.nix
@@ -40,13 +40,13 @@ let
 in
 buildGoModule rec {
   pname = "amazon-ssm-agent";
-  version = "3.2.1630.0";
+  version = "3.2.1705.0";
 
   src = fetchFromGitHub {
     owner = "aws";
     repo = "amazon-ssm-agent";
     rev = "refs/tags/${version}";
-    hash = "sha256-0tN0rBfz2VZ4UkYLFDGg9218O9vyyRT2Lrppu9TETao=";
+    hash = "sha256-4KhDD5G/fS1rHitQdbYqIz6RSQ3PTMZsUENC202a/Do=";
   };
 
   vendorHash = null;