Merge pull request #120078 from 06kellyjac/waypoint

waypoint: 0.3.0 -> 0.3.1
This commit is contained in:
Sandro 2021-04-22 02:31:11 +02:00 committed by GitHub
commit 5f83ab77e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "waypoint";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lB9ELa/okNvtKFDP/vImEdYFJCKRgtAcpBG1kIoAysE=";
sha256 = "sha256-WzKUVfc7oGMh0TamL5b6gsm/BAfSCZ6EB3Hg4Tg/3Hw=";
};
deleteVendor = true;
@ -36,7 +36,7 @@ buildGoModule rec {
export HOME="$TMPDIR"
$out/bin/waypoint --help
$out/bin/waypoint version | grep "Waypoint v${version}"
$out/bin/waypoint version | grep "CLI: v${version}"
runHook postInstallCheck
'';