From 4cbd1da74977eef1127de51cba0996e6e9c183d2 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 25 Nov 2025 18:08:24 +0100 Subject: [PATCH] update v8 to gclient branch --- build.zig.zon | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index eaa7205e..4259ba80 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,11 +4,11 @@ .version = "0.0.0", .fingerprint = 0xda130f3af836cea0, .dependencies = .{ - // .v8 = .{ - // .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b23990c358e2b893f19ad639903459e10c4793c4.tar.gz", - // .hash = "v8-0.0.0-xddH69T4AwBChPFqIhL9GP8BpkPHGRyxpGrt9YS5mNHW", - // }, - .v8 = .{ .path = "../zig-v8-fork" }, + .v8 = .{ + .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/e6e0d07b7760ee0d1a3304152a2a037cdf06f214.tar.gz", + .hash = "v8-0.0.0-xddH6yQABACnW_8QSw-kCHqyNpG7a7RZK72LMQOxi8fl", + }, + //.v8 = .{ .path = "../zig-v8-fork" }, .@"ada-singleheader" = .{ .url = "https://github.com/ada-url/ada/releases/download/v3.3.0/singleheader.zip", .hash = "N-V-__8AAPmhFAAw64ALjlzd5YMtzpSrmZ6KymsT84BKfB4s",