hclfmt: 2.16.1 -> 2.16.2

This commit is contained in:
R. Ryantm 2023-03-11 00:37:06 +00:00
parent b9c00c1d41
commit 4a3c40a6a8

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hclfmt";
version = "2.16.1";
version = "2.16.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "hcl";
rev = "v${version}";
hash = "sha256-EsqOpVCsn0bD0BAOoFifH1hfEF8Wu8bUpM0/BSXAewY=";
hash = "sha256-7RHRUIZhF6UOZDi85HAzQhzD7c8Y4aPjt4Ly3KUM26k=";
};
vendorHash = "sha256-QZzDFVAmmjkm7n/KpMxDMAjShKiVVGZbZB1W3/TeVjs=";