# HG changeset patch # User Zeger Van de Vannet # Date 1740241809 -3600 # Node ID 02f181c43b55ecf2fbeb8f17e089b277781596c2 # Parent 69ab3fcec57a7ae7422220be100fe1c4ce1dcd8c feat: update helix diff -r 69ab3fcec57a -r 02f181c43b55 .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl --- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl Fri Feb 21 10:34:21 2025 +0100 +++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl Sat Feb 22 17:30:09 2025 +0100 @@ -9,7 +9,7 @@ rm -rf $HELIX_BUILD_DIR mkdir -p $HELIX_BUILD_DIR -curl -fsSL https://hg.vandevan.net/forks/helix/archive/7fb01f459d3c.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR +curl -fsSL https://hg.vandevan.net/forks/helix/archive/8e3e20766f1e.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR cd $HELIX_BUILD_DIR pushd vendor