aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar josh <jwpowell055@gmail.com>2017-11-13 22:02:38 -0700
committerGravatar josh <jwpowell055@gmail.com>2017-11-13 22:02:38 -0700
commit30321c96d3deb9f0736648e85b8f6774082badaa (patch)
tree2e6eedd6e23558f5b6060a733f46265b13fba7da /WORKSPACE
parentd692b76864712405a1d1c10626b03a06b6b2ac3b (diff)
Update the git hash of the Google Benchmark dependency in the Bazel WORKSPACE
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6ce7b9de14..6df24e9c2f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -93,8 +93,8 @@ http_archive(
new_http_archive(
name = "com_github_google_benchmark",
build_file = "third_party/benchmark.BUILD",
- strip_prefix = "benchmark-44c25c892a6229b20db7cd9dc05584ea865896de",
- url = "https://github.com/google/benchmark/archive/44c25c892a6229b20db7cd9dc05584ea865896de.tar.gz",
+ strip_prefix = "benchmark-5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8",
+ url = "https://github.com/google/benchmark/archive/5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8.tar.gz",
)
new_local_repository(