Skip to content

Commit 3b7a869

Browse files
committed
Upgrade google benchmark
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent c229efb commit 3b7a869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ REPOSITORY_LOCATIONS = dict(
237237
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz"],
238238
),
239239
com_google_benchmark = dict(
240-
sha256 = "3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac",
241-
strip_prefix = "benchmark-1.7.0",
242-
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.7.0.tar.gz"],
240+
sha256 = "d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a",
241+
strip_prefix = "benchmark-1.8.5",
242+
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.5.tar.gz"],
243243
),
244244
com_google_double_conversion = dict(
245245
sha256 = "3dbcdf186ad092a8b71228a5962009b5c96abde9a315257a3452eb988414ea3b",

0 commit comments

Comments
 (0)