From 114e4eef4d171fc792e545194a51dd3a96a67ce9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 25 May 2026 06:50:18 -0700 Subject: [PATCH] update libghostty --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7882fb1..1d9dad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # required Zig version. FetchContent_Declare(ghostty GIT_REPOSITORY https://github.com/ghostty-org/ghostty.git - GIT_TAG fdb6e3d2c8543e2e756b7e07f44372efbc0fba4b + GIT_TAG ae52f97dcac558735cfa916ea3965f247e5c6e9e ) FetchContent_MakeAvailable(ghostty)