Skip to content

Commit

Permalink
Merge pull request #97315 from r-ryantm/auto-update/terraform-ls
Browse files Browse the repository at this point in the history
terraform-ls: 0.6.1 -> 0.7.0
  • Loading branch information
marsam committed Sep 7, 2020
2 parents bd649f4 + 436b3a4 commit 68a551e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/terraform-ls/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 68a551e

Please sign in to comment.