Skip to content

Commit

Permalink
Merge pull request #214161 from r-ryantm/auto-update/hclfmt
Browse files Browse the repository at this point in the history
hclfmt: 2.15.0 -> 2.16.0
  • Loading branch information
NickCao authored Feb 2, 2023
2 parents 0e58314 + 0c37de6 commit dc109a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/hclfmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dc109a3

Please sign in to comment.