Skip to content

Commit 20ae9c3

Browse files
committed
fix dep link
1 parent 92ca7c5 commit 20ae9c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.zig.zon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
.version = "0.0.0",
55
.fingerprint = 0xda130f3af836cea0,
66
.dependencies = .{
7-
//.v8 = .{
8-
// .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b51ed00390101b1fb9dd1ba4650c13f6586d0e24.tar.gz",
9-
// .hash = "v8-0.0.0-xddH68vFAwCYTTv4JjcgP7OcXSW7bv3sCKtaJ2SWXjR8",
10-
//},
11-
.v8 = .{ .path = "../zig-v8-fork" }
7+
.v8 = .{
8+
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/7a1beb016efcb2bd66c0b46b5fc6bcd04fa72db8.tar.gz",
9+
.hash = "v8-0.0.0-xddH6_PFAwAqwLMWbF7S0rAZzRbN8zmf2GhLH_ThdMSR",
10+
},
11+
//.v8 = .{ .path = "../zig-v8-fork" }
1212
},
1313
}

0 commit comments

Comments
 (0)