terraform-ls: 0.6.1 -> 0.7.0

This commit is contained in:
R. RyanTM 2020-09-05 19:26:24 +00:00
parent b23f1442c5
commit 436b3a435c

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "terraform-ls";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "0yhpxb9dkwi6rlabr0sd5rk15q0bin6yhww171jrzlnfl036l0sl";
sha256 = "1afdd1zs242nh1cync5ip1fbah34wc3gbsx3hwwiisc8yziwiq18";
};
goPackagePath = "github.com/hashicorp/terraform-ls";