aws-signing-helper: 1.3.0 -> 1.4.0

This commit is contained in:
Cole Helbling
2024-12-19 09:55:33 -08:00
parent 6aac2ea11f
commit cd47d5624e

View File

@@ -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
'';