Skip to content

Commit

Permalink
Fixed ABSL version to a specific commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Oct 6, 2021
1 parent 401e174 commit 6f7634f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/workspace_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def upb_deps():
maybe(
http_archive,
name = "com_google_absl",
url = "https://github.com/abseil/abseil-cpp/archive/refs/heads/master.zip",
strip_prefix = "abseil-cpp-master",
sha256 = "9da85425cda33e13c619c35473c9653944d0dd9aab1a69ee9b3543cdaed277e5",
url = "https://github.com/abseil/abseil-cpp/archive/b9b925341f9e90f5e7aa0cf23f036c29c7e454eb.zip",
strip_prefix = "abseil-cpp-b9b925341f9e90f5e7aa0cf23f036c29c7e454eb",
sha256 = "bb2a0b57c92b6666e8acb00f4cbbfce6ddb87e83625fb851b0e78db581340617",
)

maybe(
Expand Down

0 comments on commit 6f7634f

Please sign in to comment.