about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-15 10:28:15 +0800
committerGitHub <noreply@github.com>2024-04-15 10:28:15 +0800
commite3ab9602a267eca7ea18075e342850a5c79aedf5 (patch)
tree7275d7f4d26bdfd4b8cfbba4418c822f5f5c5826 /pkgs/tools
parentf85ef2f8739b2787dc72cbf091d97fda70b92a39 (diff)
parenta46ee656dceab956f09551cd7c52f8cc00c7890b (diff)
Merge pull request #304142 from r-ryantm/auto-update/hcledit
hcledit: 0.2.10 -> 0.2.11
Diffstat (limited to 'pkgs/tools')
-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 a39802d028223..1d0d4fd6464ab 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.10";
+  version = "0.2.11";
 
   src = fetchFromGitHub {
     owner = "minamijoyo";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-rXmbRbM6U1JtV3t8C0LlLAdYpxd4UjxrbrPVHdqiCJ8=";
+    hash = "sha256-UtZ59S8Cn29HNE9UpmJFtPkB8TMpDUOzlLMf78a+Vd4=";
   };
 
-  vendorHash = "sha256-9ND/vDPDn3rn213Jn1UPMmYAkMI86gYx9QLcV/oFGh4=";
+  vendorHash = "sha256-huDM8kPA6vQcoJTxiWzVFZKHrTKw1ip32hMZJYZM0og=";
 
   meta = with lib; {
     description = "A command line editor for HCL";