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]="" ) }