changeset 1096:dfa9d2a82c92 draft tip

feat: update helix
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 18 May 2025 20:05:51 +0200
parents 4befa7ae4e90
children
files .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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