diff .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl @ 1089:3413249bd5fa draft

feat: update helix - master build including tree-house (new tree-sitter library)
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 14 Apr 2025 21:47:14 +0200
parents 02f181c43b55
children
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Mon Apr 14 21:47:02 2025 +0200
+++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Mon Apr 14 21:47:14 2025 +0200
@@ -9,7 +9,7 @@
 
 rm -rf $HELIX_BUILD_DIR
 mkdir -p $HELIX_BUILD_DIR
-curl -fsSL https://hg.vandevan.net/forks/helix/archive/8e3e20766f1e.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
+curl -fsSL https://hg.vandevan.net/forks/helix/archive/469954ec786f.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
 cd $HELIX_BUILD_DIR
 
 pushd vendor