about summary refs log tree commit diff
path: root/pkgs/development/tools/hclfmt
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-11-12 06:27:59 -0800
committerGitHub <noreply@github.com>2022-11-12 15:27:59 +0100
commitd7a7f1216331ad8ecaba094fefd73ae5504d57f7 (patch)
treeb3255d95b50f48158c6e6a1d08819c1e31ddf5b7 /pkgs/development/tools/hclfmt
parentdceb18596b0f12d874865e2ffd648794221d3fed (diff)
hclfmt: 2.14.1 -> 2.15.0 (#200816)
Diffstat (limited to 'pkgs/development/tools/hclfmt')
-rw-r--r--pkgs/development/tools/hclfmt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/hclfmt/default.nix b/pkgs/development/tools/hclfmt/default.nix
index 234046a5ab56e..dc31aa23ac24b 100644
--- a/pkgs/development/tools/hclfmt/default.nix
+++ b/pkgs/development/tools/hclfmt/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "hclfmt";
-  version = "2.14.1";
+  version = "2.15.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "hcl";
     rev = "v${version}";
-    hash = "sha256-XH/qSl16LQThj9ghwlSGJuSsez7VxsZS9Sun7F2sT7Y=";
+    hash = "sha256-bGxgL/Vajy2AtYtSE5/RoURvHHyajpXpR8m7DUeqsks=";
   };
 
-  vendorSha256 = "sha256-9IGHILgByNFviQcHJCFoEX9cZif1uuHCu4xvmGZYoXk=";
+  vendorSha256 = "sha256-QZzDFVAmmjkm7n/KpMxDMAjShKiVVGZbZB1W3/TeVjs=";
 
   # The code repository includes other tools which are not useful. Only build
   # hclfmt.