chore: update V8 for Chromium 149.0.7827.201

This commit is contained in:
Channing Conger
2026-07-07 00:13:46 +00:00
parent 9732b406e7
commit 62868fa7aa
2 changed files with 6 additions and 5 deletions

View File

@@ -432,18 +432,18 @@ crate.annotation(
inject_repo(crate, "alsa_lib")
bazel_dep(name = "v8", version = "14.9.207.2")
bazel_dep(name = "v8", version = "14.9.207.35")
archive_override(
module_name = "v8",
integrity = "sha256-tflbZE5srqal6leMxJjK/ZQtwpF96OMGJ6avd5lice4=",
integrity = "sha256-YI1fHXrwPWls/kfz/gDJ4kasc/TR2ng0n70PHUQAgsE=",
patch_strip = 3,
patches = [
"//patches:v8_module_deps.patch",
"//patches:v8_bazel_rules.patch",
"//patches:v8_source_portability.patch",
],
strip_prefix = "v8-14.9.207.2",
urls = ["https://github.com/v8/v8/archive/refs/tags/14.9.207.2.tar.gz"],
strip_prefix = "v8-14.9.207.35",
urls = ["https://github.com/v8/v8/archive/refs/tags/14.9.207.35.tar.gz"],
)
http_archive(

View File

@@ -19,7 +19,8 @@ prebuilts.
Current pinned versions:
- Rust crate: `v8 = =149.2.0`
- Embedded upstream V8 source for Bazel-produced release builds: `14.9.207.2`
- Embedded upstream V8 source for Bazel-produced release builds: `14.9.207.35`
(the revision used by Chromium `149.0.7827.201`)
## Updating to a new `v8` release