diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 6e96b16..954dc31 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -7,9 +7,9 @@ ecsact_parse_dependencies() http_archive( name = "com_google_googletest", - sha256 = "d4cb2430eb82495a49a24310a609b99726726bf126c2fbfa92fd04c14f6a3b31", - strip_prefix = "googletest-d1a0039b97291dd1dc14f123b906bb7622ffe07c", - url = "https://github.com/google/googletest/archive/d1a0039b97291dd1dc14f123b906bb7622ffe07c.zip", + sha256 = "4803ec12e35f8e6e1254003f41bea93f94c0acbca2c1fcd3020304c8d675397c", + strip_prefix = "googletest-af5ddbde4d57b0331e1d0ed3659ca2e39b37580d", + url = "https://github.com/google/googletest/archive/af5ddbde4d57b0331e1d0ed3659ca2e39b37580d.zip", ) http_archive(