about summary refs log tree commit diff
path: root/pkgs/development/tools/hclfmt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-28 15:41:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-28 15:41:09 +0000
commitc5573870aafbe364a023bcf05479f45c0e893392 (patch)
tree5e6b27299159ee6c55f06518c7bcf5fc7bab7848 /pkgs/development/tools/hclfmt
parent3ae29d85d9f4c586b88a34b6d954aa6ec8d2ff2a (diff)
hclfmt: 2.17.0 -> 2.18.0
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 c479ef547b60f..c5737a0996095 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.17.0";
+  version = "2.18.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "hcl";
     rev = "v${version}";
-    hash = "sha256-6OALbouj1b6Jbtv0znpkfgYS4MyBpxQ56Sen3OJYaHs=";
+    hash = "sha256-X2XHsw30rWRUJCNRGc+UKqmZGtl3dx3TLFtjtr63uVM=";
   };
 
-  vendorHash = "sha256-SjewF3q4vQ3oWR+vxqpZVP6St8db/GXezTDWYUeK2g8=";
+  vendorHash = "sha256-DA1IKaC+YSBzCfEMqHsHfwu1o5qvYFaFgDoGG0RZnoo=";
 
   # The code repository includes other tools which are not useful. Only build
   # hclfmt.