From bea702a427236e605957dd6966508bf2dab75eda Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 10 Aug 2026 15:21:03 -0700 Subject: [PATCH] build: update libghostty-vt source Advance the FetchContent pin from da59a2ec to d929e6a3 so builds use the latest upstream main revision. The exported VT headers are unchanged across this range, so the Go bindings require no accompanying API updates. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 597777e..6397c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(go-libghostty LANGUAGES C) include(FetchContent) FetchContent_Declare(ghostty GIT_REPOSITORY https://github.com/ghostty-org/ghostty.git - GIT_TAG da59a2ec42744e81c4cdafbd2a3507f257c455be + GIT_TAG d929e6a34a091dcfd69d45011b96cc70b5575dac ) FetchContent_MakeAvailable(ghostty) -- 2.51.2