Commit cd47d562 authored by Cole Helbling's avatar Cole Helbling
Browse files

aws-signing-helper: 1.3.0 -> 1.4.0

parent 6aac2ea1
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
  pname = "aws-signing-helper";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "aws";
    repo = "rolesanywhere-credential-helper";
    rev = "refs/tags/v${version}";
    hash = "sha256-vY8ZJnNV5xt8qxp2sCLYoavcggjS/+LHJysREtCgCJE=";
    rev = "v${version}";
    hash = "sha256-CIUhO+5gMIknB3NwYwaBbtZEkW2x/U2Bi9Qbqn9bLuc=";
  };
  vendorHash = "sha256-QKKgBIocJoGbfs78PxNBLBi4KTDPtSuhzvsb6OBhNWQ=";

@@ -23,8 +23,6 @@ buildGoModule rec {
    runHook postCheck
  '';

  nativeBuildInputs = [ bash ];

  postInstall = ''
    mv $out/bin/rolesanywhere-credential-helper $out/bin/aws_signing_helper
  '';