Unverified Commit dc109a31 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #214161 from r-ryantm/auto-update/hclfmt

hclfmt: 2.15.0 -> 2.16.0
parents 0e583142 0c37de67
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "hclfmt";
  version = "2.15.0";
  version = "2.16.0";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = "hcl";
    rev = "v${version}";
    hash = "sha256-bGxgL/Vajy2AtYtSE5/RoURvHHyajpXpR8m7DUeqsks=";
    hash = "sha256-dsso9KQMZhFgnN6CxoQbXRnjbfaKeLRA8ZEYc9NYEe0=";
  };

  vendorSha256 = "sha256-QZzDFVAmmjkm7n/KpMxDMAjShKiVVGZbZB1W3/TeVjs=";
  vendorHash = "sha256-QZzDFVAmmjkm7n/KpMxDMAjShKiVVGZbZB1W3/TeVjs=";

  # The code repository includes other tools which are not useful. Only build
  # hclfmt.