Skip to content

Commit

Permalink
aws-signing-helper: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Dec 19, 2024
1 parent 6aac2ea commit cd47d56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/by-name/aw/aws-signing-helper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";

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

nativeBuildInputs = [ bash ];

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

0 comments on commit cd47d56

Please sign in to comment.