terraform-ls: 0.15.0 -> 0.16.0

This commit is contained in:
Andrey Kuznetsov 2021-04-29 22:08:28 +03:00
parent 2f824a4e20
commit 17d9b66346
No known key found for this signature in database
GPG Key ID: A3748A3281F25743

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "terraform-ls";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/g62LSlaIK67oY6dI8S3Lni85eBBI6piqP2Fsq3HXWQ=";
sha256 = "sha256-8Bo6ZSpecdMX/Hoj0N1/iptfqybPUoQ0T9IQima+Bbo=";
};
vendorSha256 = "sha256-U0jVdyY4SifPWkOkq3ohY/LvfGcYm4rI+tW1QEm39oo=";
vendorSha256 = "sha256-oP7ZekG7YdRhUvt48wxalt8y8QmVFkAw9GRIKBmi9sg=";
# tests fail in sandbox mode because of trying to download stuff from releases.hashicorp.com
doCheck = false;