We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a5493 commit deb20b7Copy full SHA for deb20b7
bazel/repositories.bzl
@@ -63,10 +63,10 @@ def _com_google_flatbuffers():
63
maybe(
64
http_archive,
65
name = "com_google_flatbuffers",
66
- sha256 = "4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed",
67
- strip_prefix = "flatbuffers-24.3.25",
+ sha256 = "9102253214dea6ae10c2ac966ea1ed2155d22202390b532d1dea64935c518ada",
+ strip_prefix = "flatbuffers-25.9.23",
68
urls = [
69
- "https://github.com/google/flatbuffers/archive/refs/tags/v24.3.25.tar.gz",
+ "https://github.com/google/flatbuffers/archive/refs/tags/v25.9.23.tar.gz",
70
],
71
patch_cmds = [
72
# hack to make sure this file is removed
0 commit comments