diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index ac1552dd..a1269005 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -55,9 +55,9 @@ register_toolchains( http_archive( name = "com_google_googletest", - sha256 = "ca6c78876bd052a7730dd717ba083e7351e26b3cfa68c5e3babd1b9d9925402e", - strip_prefix = "googletest-0e0d9feefab1b51aaab9dfd70132e93c0b6964e5", - url = "https://github.com/google/googletest/archive/0e0d9feefab1b51aaab9dfd70132e93c0b6964e5.zip", + sha256 = "c83f69fa8cb7a503d3ae9f736cf679b0846772b1ae955c63133520b749491a7c", + strip_prefix = "googletest-8a6feabf04bec8fb125e0df0ad1195c42350725f", + url = "https://github.com/google/googletest/archive/8a6feabf04bec8fb125e0df0ad1195c42350725f.zip", ) http_archive(