Skip to content

Commit 9913501

Browse files
committed
terraform-ls: 0.6.0 -> 0.6.1
1 parent ddfa221 commit 9913501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/tools/misc/terraform-ls/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoPackage rec {
44
pname = "terraform-ls";
5-
version = "0.6.0";
5+
version = "0.6.1";
66

77
src = fetchFromGitHub {
88
owner = "hashicorp";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "0bb6bpdjp9yzbxvc6mz22lawn41ay0frdpgbd7zrm8nkvspc0rl7";
11+
sha256 = "0yhpxb9dkwi6rlabr0sd5rk15q0bin6yhww171jrzlnfl036l0sl";
1212
};
1313

1414
goPackagePath = "github.com/hashicorp/terraform-ls";

0 commit comments

Comments
 (0)