Loading pkgs/by-name/aw/aws-signing-helper/package.nix +3 −5 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -23,8 +23,6 @@ buildGoModule rec { runHook postCheck ''; nativeBuildInputs = [ bash ]; postInstall = '' mv $out/bin/rolesanywhere-credential-helper $out/bin/aws_signing_helper ''; Loading Loading
pkgs/by-name/aw/aws-signing-helper/package.nix +3 −5 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -23,8 +23,6 @@ buildGoModule rec { runHook postCheck ''; nativeBuildInputs = [ bash ]; postInstall = '' mv $out/bin/rolesanywhere-credential-helper $out/bin/aws_signing_helper ''; Loading