Skip to content

Commit cd47d56

Browse files
committed
aws-signing-helper: 1.3.0 -> 1.4.0
1 parent 6aac2ea commit cd47d56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkgs/by-name/aw/aws-signing-helper/package.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "aws-signing-helper";
9-
version = "1.3.0";
9+
version = "1.4.0";
1010

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

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

26-
nativeBuildInputs = [ bash ];
27-
2826
postInstall = ''
2927
mv $out/bin/rolesanywhere-credential-helper $out/bin/aws_signing_helper
3028
'';

0 commit comments

Comments
 (0)