From 0500082d09700822130f443a51994b6adebe482e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:04:17 +0000 Subject: [PATCH] chore(deps): update com_google_googletest digest to 8a6feab --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(