Unverified Commit 2a001a7f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #280379 from r-ryantm/auto-update/ssm-session-manager-plugin

ssm-session-manager-plugin: 1.2.536.0 -> 1.2.553.0
parents b22abece 7966dd58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

buildGoPackage rec {
  pname = "ssm-session-manager-plugin";
  version = "1.2.536.0";
  version = "1.2.553.0";

  goPackagePath = "github.com/aws/session-manager-plugin";

@@ -13,7 +13,7 @@ buildGoPackage rec {
    owner = "aws";
    repo = "session-manager-plugin";
    rev = version;
    hash = "sha256-uMkb7AKgReq2uOdE5Y8P1JCyCIOF67x6nZ+S3o/P//s=";
    hash = "sha256-jyCHhD3KyHob7z200tEkAUR9ALJVsGsRQ7Wx4B6jBnQ=";
  };

  postPatch = ''