# HG changeset patch # User Zeger Van de Vannet # Date 1747591551 -7200 # Node ID dfa9d2a82c929602af28d061b51f50d20aef3485 # Parent 4befa7ae4e90d5709136459e71160a1bcf8cfa0c feat: update helix diff -r 4befa7ae4e90 -r dfa9d2a82c92 .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl --- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl Sun May 18 16:33:16 2025 +0200 +++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl Sun May 18 20:05:51 2025 +0200 @@ -1,4 +1,5 @@ {{ if (eq .chezmoi.os "linux") -}} +{{ $hash := "4c307f0df5f2" -}} #!/usr/bin/env bash set -xe @@ -9,7 +10,7 @@ rm -rf $HELIX_BUILD_DIR mkdir -p $HELIX_BUILD_DIR -curl -fsSL https://hg.vandevan.net/forks/helix/archive/469954ec786f.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR +curl -fsSL https://hg.vandevan.net/forks/helix/archive/{{ $hash }}.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR cd $HELIX_BUILD_DIR pushd vendor