waypoint: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2022-07-31 06:04:20 +00:00
parent 6d1f689374
commit 83ae379197

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "waypoint";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-R+X0fp4AdC3u+/rX2Vb0P3MTBRi94wfT9YvW2pxwr5Y=";
sha256 = "sha256-wvbtiu4WeuiHtyLkhwAB20XvpvHvy24xPSH5Lxtpea8=";
};
vendorSha256 = "sha256-bDsmou4zmRz8DyENdteJ3MzhTpCgri4ISIgxi7fhQdc=";