mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
aws-signing-helper: 1.3.0 -> 1.4.0
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user