summaryrefslogtreecommitdiff
path: root/pkg/utfcpp
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/utfcpp')
-rw-r--r--pkg/utfcpp/build.zig.zon3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/utfcpp/build.zig.zon b/pkg/utfcpp/build.zig.zon
index e56d77f19..795a02749 100644
--- a/pkg/utfcpp/build.zig.zon
+++ b/pkg/utfcpp/build.zig.zon
@@ -3,8 +3,9 @@
.version = "4.0.5",
.paths = .{""},
.dependencies = .{
+ // nemtrif/utfcpp
.utfcpp = .{
- .url = "https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.5.tar.gz",
+ .url = "https://deps.files.ghostty.org/utfcpp-1220d4d18426ca72fc2b7e56ce47273149815501d0d2395c2a98c726b31ba931e641.tar.gz",
.hash = "1220d4d18426ca72fc2b7e56ce47273149815501d0d2395c2a98c726b31ba931e641",
},