3
0
Fork 0
forked from mirrors/nixpkgs
Shane Sveller 2022-07-23 12:12:09 -05:00
parent ca9f919a84
commit c8504947e4
No known key found for this signature in database
GPG key ID: 50D400D246CD0F3E

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "waypoint";
version = "0.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Pq1gGXROPHHMaOoQwx6cObvMF+SoilOROR4bwI0Y/GM=";
sha256 = "sha256-R+X0fp4AdC3u+/rX2Vb0P3MTBRi94wfT9YvW2pxwr5Y=";
};
vendorSha256 = "sha256-Q8ookgQwecRuSrnQiIREBMDxK9NAWfHu+sIQeMO/T4w=";
vendorSha256 = "sha256-bDsmou4zmRz8DyENdteJ3MzhTpCgri4ISIgxi7fhQdc=";
nativeBuildInputs = [ go-bindata installShellFiles ];