3
0
Fork 0
forked from mirrors/nixpkgs

terraform-ls: 0.29.2 -> 0.29.3

This commit is contained in:
R. Ryantm 2022-10-14 03:45:59 +00:00
parent ae24d583ae
commit e7c0773ef4

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "terraform-ls";
version = "0.29.2";
version = "0.29.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oPBk5mTCq8nn4olC9Z7ROvrfAUXDxnWhm8w20sh5Wkw=";
sha256 = "sha256-CYbeRhwoffyELM0REZL14m4tTe/66GDToqNKcEfmums=";
};
vendorSha256 = "sha256-5Pb1mr3rYPcWFLjETAZp8rLW32n+RyCm7NbfooM4hZs=";
vendorSha256 = "sha256-wbB3/RfzL05SaLv49gs7WKrjV//dM3SjpbMNGI1yH4I=";
ldflags = [ "-s" "-w" "-X main.version=v${version}" "-X main.prerelease=" ];