Unverified Commit 5b788a0c authored by Aaron Jheng's avatar Aaron Jheng
Browse files

ssm-session-manager-plugin: refactor

parent 0b1adfff
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
{ stdenv
, lib
{ lib
, fetchFromGitHub
, buildGo120Package
, buildGoPackage
}:

buildGo120Package rec {
buildGoPackage rec {
  pname = "ssm-session-manager-plugin";
  version = "1.2.463.0";

@@ -14,7 +13,7 @@ buildGo120Package rec {
    owner = "aws";
    repo = "session-manager-plugin";
    rev = version;
    sha256 = "sha256-0n7/3CAPf+ioSE041Zik9xeHt5qtrdHotJjBWhizExo=";
    hash = "sha256-0n7/3CAPf+ioSE041Zik9xeHt5qtrdHotJjBWhizExo=";
  };

  postPatch = ''