Merge pull request #113629 from r-ryantm/auto-update/waypoint

waypoint: 0.2.1 -> 0.2.2
This commit is contained in:
Ryan Mulligan
2021-02-18 21:03:45 -08:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "waypoint";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bCvi5xIL6xAtQ9mgf4feh076sAmog/3eGBlgvcLXJyc=";
sha256 = "sha256-JeuVrlm6JB8MgSUmgMLQPuPmlKSScSdsVga9jUwLWHM=";
};
deleteVendor = true;