Unverified Commit 35ff7e87 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

terraform-ls: 0.32.6 -> 0.32.7
parents 96786a30 1c5be10c
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.6";
  version = "0.32.7";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-+1nmxjR1iVtQXjdsqXaYTh8kLGq9gqSDjt1drvR9KoY=";
    hash = "sha256-gH0wJRf64XloBfnvtNdZlONESjxG5mS5Ok9HTX1PJUA=";
  };

  vendorHash = "sha256-8taGEDJ+Qtw/4eOWYiWZmEbmCwqcFXYh3x/9wR3oBJ8=";
  vendorHash = "sha256-YvzUdcCjkCApufLk5CZv6L/mIlOuo9qEBoxHOxv2Ljc=";

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