diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index d668558..37a18d1 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -22,9 +22,9 @@ boost_http_archives() http_archive( name = "com_google_googletest", - sha256 = "41c14a5a4887125fe329235f00c5f92660f245b91bb8dde7c59f9a2540fdec28", - strip_prefix = "googletest-40412d85124f7c6f3d88454583c4633e5e10fc8c", - url = "https://github.com/google/googletest/archive/40412d85124f7c6f3d88454583c4633e5e10fc8c.zip", + sha256 = "6398970cac9b3ff8e8acef5bc1f6d624da633e0236a65825c95f98fbc8c5d6b5", + strip_prefix = "googletest-d1467f5813f4d363cfd11aba99c4e9fe47a85e99", + url = "https://github.com/google/googletest/archive/d1467f5813f4d363cfd11aba99c4e9fe47a85e99.zip", ) http_archive(