terraform-ls: 0.36.3 -> 0.36.4

This commit is contained in:
R. Ryantm 2025-01-24 02:47:18 +00:00
parent 0aa475546e
commit e42abfa70a

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "terraform-ls";
version = "0.36.3";
version = "0.36.4";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
hash = "sha256-bn4eDAR3fYioT2kB7Hp0zP1190FMFAJ1L5lYFUUwhWk=";
hash = "sha256-20spDPVJC48r6Qy6KS8Yp6lUE22DuoOM17WPS3+KN9E=";
};
vendorHash = "sha256-Qx18IisnEt0xr6Mb0nxjRp+ORu5xbmSJKrRCgRJFlbc=";
vendorHash = "sha256-+nE36oxW60OKTAEMetuZQhOCJraMTvU5f362k5aYVpc=";
ldflags = [
"-s"