hclfmt: 2.12.0 -> 2.13.0
https://github.com/hashicorp/hcl/releases/tag/v2.13.0
This commit is contained in:
parent
0c174a7eff
commit
898b80521f
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hclfmt";
|
pname = "hclfmt";
|
||||||
version = "2.12.0";
|
version = "2.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "hcl";
|
repo = "hcl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-tL0jkddKmfQu3a4BDw/RCwQqhRrPf9XWXHl/nG09yVc=";
|
hash = "sha256-ENvXFOdsv3PL4jH7OfI3ZIY6ekj7ywgNOYl1uRQjypM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-Wa0tDgHgSPVY6GNxCv9mGWSSi/NuwZq1VO+jwUCMvNI=";
|
vendorSha256 = "sha256-9IGHILgByNFviQcHJCFoEX9cZif1uuHCu4xvmGZYoXk=";
|
||||||
|
|
||||||
# The code repository includes other tools which are not useful. Only build
|
# The code repository includes other tools which are not useful. Only build
|
||||||
# hclfmt.
|
# hclfmt.
|
||||||
|
|
Loading…
Reference in a new issue