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

terraform-ls: 0.23.0 -> 0.25.0
This commit is contained in:
Maximilian Bosch 2021-12-06 16:24:16 +01:00 committed by GitHub
commit 19aee6bfb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "terraform-ls";
version = "0.23.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hntHEBc1/KSg12x+gv32aNiA2cJ7PWBeftNhI8u+rlw=";
sha256 = "sha256-iOSH7eFLsp31mW5ZsTUcJVPE1OBEXPLsoVYroYjwXtk=";
};
vendorSha256 = "sha256-usPIhXWdp/pSAFH0LepG1/Uolfr/1SExinrAjMuB6zg=";
vendorSha256 = "sha256-s6urF9uZ9o8kkKfbRk22JuIv+f3ZlVAFR9c1vylhhoY=";
ldflags = [ "-s" "-w" "-X main.version=v${version}" "-X main.prerelease=" ];