upgrade Flatbuffers to 2.0.7 (from 2.0.0) (#1952)

Former-commit-id: 9085b4323c9c855e95953c3ed3e9762ccadcecd3
This commit is contained in:
2022-08-26 16:55:11 -07:00
committed by GitHub
parent 24b9b7b67c
commit 7f7a077879
+3 -3
View File
@@ -33,10 +33,10 @@ rules_proto_toolchains()
#
http_archive(
name = "com_github_google_flatbuffers",
sha256 = "ffd68aebdfb300c9e82582ea38bf4aa9ce65c77344c94d5047f3be754cc756ea",
strip_prefix = "flatbuffers-2.0.0",
sha256 = "c350b3d01aa4685ecbd6715a604603a7a98a5ed5c2e51425fc47c80fd17d4959",
strip_prefix = "flatbuffers-2.0.7",
urls = [
"https://github.com/google/flatbuffers/archive/v2.0.0.zip",
"https://github.com/google/flatbuffers/archive/v2.0.7.zip",
],
)