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

Merge pull request #306139 from r-ryantm/auto-update/terraform-ls

terraform-ls: 0.33.0 -> 0.33.1
parents d5bc930f ba79f5df
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.33.0";
  version = "0.33.1";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UrymfiuaQ6k2MSwq/ZhtdsaSzc3uRzIsdq/Wepeo5+I=";
    hash = "sha256-kVLB1ruWOWGmCyEgHj8wtA7GwbdKiCYo7n4anVyKM5Y=";
  };

  vendorHash = "sha256-yWRfYzctunXRHN9j3K7KUUAsJhs2bUzgPb+u6SjuAlk=";
  vendorHash = "sha256-Vwa3km9CAq3Zik7dXWeHOnkIbL0eAwuKJ+bkw2lDe5k=";

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