We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfa221 commit 9913501Copy full SHA for 9913501
1 file changed
pkgs/development/tools/misc/terraform-ls/default.nix
@@ -2,13 +2,13 @@
2
3
buildGoPackage rec {
4
pname = "terraform-ls";
5
- version = "0.6.0";
+ version = "0.6.1";
6
7
src = fetchFromGitHub {
8
owner = "hashicorp";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "0bb6bpdjp9yzbxvc6mz22lawn41ay0frdpgbd7zrm8nkvspc0rl7";
+ sha256 = "0yhpxb9dkwi6rlabr0sd5rk15q0bin6yhww171jrzlnfl036l0sl";
12
};
13
14
goPackagePath = "github.com/hashicorp/terraform-ls";
0 commit comments