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)