mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
hclfmt: 2.15.0 -> 2.16.0
This commit is contained in:
parent
2d72fcf67b
commit
0c37de6761
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hclfmt";
|
pname = "hclfmt";
|
||||||
version = "2.15.0";
|
version = "2.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "hcl";
|
repo = "hcl";
|
||||||
rev = "v${version}";
|
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
|
# The code repository includes other tools which are not useful. Only build
|
||||||
# hclfmt.
|
# hclfmt.
|
||||||
|
Loading…
Reference in New Issue
Block a user