mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 23:55:43 +00:00
upgrade Flatbuffers to 2.0.7 (from 2.0.0) (#1952)
Former-commit-id: 9085b4323c9c855e95953c3ed3e9762ccadcecd3
This commit is contained in:
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user