3
0
Fork 0
forked from mirrors/nixpkgs

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

terraform-ls: 0.3.2 -> 0.4.0
This commit is contained in:
Mario Rodas 2020-06-30 19:44:42 -05:00 committed by GitHub
commit 731417253f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "terraform-ls";
version = "0.3.2";
version = "0.4.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "11776nq1ixrg791xlmryjxldsc8gn69j1fc0wd6cdywy8yp2lh4w";
sha256 = "105wk7lzsjl5qa1qnb40msj3wh4awqykkynj5fs0a7nzbcbrpxsj";
};
goPackagePath = "github.com/hashicorp/terraform-ls";