about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-28 12:23:53 -0400
committerGitHub <noreply@github.com>2023-09-28 12:23:53 -0400
commit621b8c6ad1056939c495103f8f81be5a66be9a7d (patch)
treebb4c7b1521eeb0af67996047203076a409e0ffe1 /pkgs/tools/text
parent55938ce9c92b84d9cf087a631d3dd25742e72b6b (diff)
parent603729df7d3941eb29af4e5d4f9ba703bd8e82e7 (diff)
Merge pull request #257753 from r-ryantm/auto-update/hcledit
hcledit: 0.2.9 -> 0.2.10
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/hcledit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/hcledit/default.nix b/pkgs/tools/text/hcledit/default.nix
index 1c846cb6e0f0b..d5b2fb0cc0a2a 100644
--- a/pkgs/tools/text/hcledit/default.nix
+++ b/pkgs/tools/text/hcledit/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "hcledit";
-  version = "0.2.9";
+  version = "0.2.10";
 
   src = fetchFromGitHub {
     owner = "minamijoyo";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-9FxQ/Y2vMyc4gLbKjhts36wtBIt90gkQZ9LQ3FO/Jig=";
+    hash = "sha256-rXmbRbM6U1JtV3t8C0LlLAdYpxd4UjxrbrPVHdqiCJ8=";
   };
 
-  vendorHash = "sha256-HWwZd5AUo1cysT4WYylQ2+JPBBr/qYNVC4JcJyUiBag=";
+  vendorHash = "sha256-9ND/vDPDn3rn213Jn1UPMmYAkMI86gYx9QLcV/oFGh4=";
 
   meta = with lib; {
     description = "A command line editor for HCL";