Merge pull request #96158 from r-ryantm/auto-update/terraform-ls

terraform-ls: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2020-08-24 06:54:43 -05:00 committed by GitHub
commit fc3ca3964a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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