Skip to content

Commit

Permalink
chore(*): upgraded flatbuffers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed May 16, 2021
1 parent eb5ce8f commit 4cd9567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/odict_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def odict_deps():
maybe(
http_archive,
name = "com_github_google_flatbuffers",
sha256 = "62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45",
strip_prefix = "flatbuffers-1.12.0",
urls = ["https://github.com/google/flatbuffers/archive/v1.12.0.tar.gz"],
sha256 = "9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4",
strip_prefix = "flatbuffers-2.0.0",
urls = ["https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz"],
patch_args = ["-p1"],
patches = ["@odict//bazel:flatbuffers_1_12_0.patch"],
)

0 comments on commit 4cd9567

Please sign in to comment.