Skip to content

Commit

Permalink
terraform-ls: 0.36.0 -> 0.36.2 (NixOS#364807)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents 5330fc0 + dbb9c52 commit a1bd5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/terraform-ls/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "terraform-ls";
version = "0.36.0";
version = "0.36.2";

src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
hash = "sha256-fNIOFfNh96npfZ7BTTPH7V1VND4okt+UURdzS3JWHUc=";
hash = "sha256-XihFvQZQ+cJrFd9ly9mDVcXUDBXwndd796bterxaaAQ=";
};

vendorHash = "sha256-JW8qs2ZjH+S8zdEh8/da0SptooE3iTS6JqoIUh20R2Y=";
vendorHash = "sha256-/ZlWx8/6eJfoiCl6yOtotoju2LVPP6YHqjk+5WE7jzQ=";

ldflags = [
"-s"
Expand Down

0 comments on commit a1bd5b7

Please sign in to comment.