3
0
Fork 0
forked from mirrors/nixpkgs

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

terraform-ls: 0.6.1 -> 0.7.0
This commit is contained in:
Mario Rodas 2020-09-06 23:17:52 -05:00 committed by GitHub
commit 68a551e194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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