From f422cbcff04c68f39f9115da3f9013c5888f6b8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:16:50 +0000 Subject: [PATCH] chore(deps): update com_google_googletest digest to baf182e --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 0585a7e3..bf27e674 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -38,9 +38,9 @@ ecsact_register_toolchains() http_archive( name = "com_google_googletest", - sha256 = "ca6c78876bd052a7730dd717ba083e7351e26b3cfa68c5e3babd1b9d9925402e", - strip_prefix = "googletest-0e0d9feefab1b51aaab9dfd70132e93c0b6964e5", - url = "https://github.com/google/googletest/archive/0e0d9feefab1b51aaab9dfd70132e93c0b6964e5.zip", + sha256 = "c1320a21bb3b707cd7f81a8f1c1fc79749163307215e60fa16bbb11258fc48ba", + strip_prefix = "googletest-baf182e006bcb82ef5e0b407e350a1d4c444b76a", + url = "https://github.com/google/googletest/archive/baf182e006bcb82ef5e0b407e350a1d4c444b76a.zip", ) http_archive(