From f70e3618fb7f6adf98563d5c632f66c871f151f3 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 10 Dec 2025 18:20:14 +0900 Subject: [PATCH] fix --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index 7b5dfef..390d1b7 100755 --- a/install.zsh +++ b/install.zsh @@ -57,7 +57,7 @@ function at-repos-env() { # indigo: 8be10287 was working, e1034c67 (latest) has issues typeset -A PINNED_COMMITS PINNED_COMMITS=( - [indigo]="8be10287" + [indigo]="d49b454196351c988ceb5ce1f5e21b689487b5ab" [atproto]="" ) }