File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
pkgs/by-name/aw/aws-signing-helper Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 66} :
77buildGoModule 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 '' ;
You can’t perform that action at this time.
0 commit comments