Unverified Commit 1b6ac4a0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266209 from marsam/update-terraform-ls

terraform-ls: 0.32.2 -> 0.32.3
parents cf15a4b3 056db6ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "terraform-ls";
  version = "0.32.2";
  version = "0.32.3";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-jMUPRgo/XS5nAq9fmonkFBgwY75AaLaZ+fw/qhgXpqE=";
    hash = "sha256-uvSAqk9LE0NbOWn2rcygDu7Hl28Wu3KkM5UhI4aocGo=";
  };

  vendorHash = "sha256-pUPZvx6og4aZCAvgLK1AdeRHSfnX89h+/6F/4mmUTFI=";
  vendorHash = "sha256-xoyassGp//8YXG/B1e3kW96UvltQLa662ZlH9/CMzm0=";

  ldflags = [ "-s" "-w" ];