From 709e8e2a29fd214765cf15e334bf061c1bb93a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:22:33 +0000 Subject: [PATCH] Update com_google_googletest digest to 6abc9e3 (#235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | com_google_googletest | http_archive | digest | `455fcb7` -> `6abc9e3` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/seaube/bazel_sundry). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 1abf818..435a71a 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_google_googletest", - sha256 = "6baf9ca041462b9506aafd8bbe7c3a7628efd07ffd9aa4e7cc631c896845d250", - strip_prefix = "googletest-455fcb7773dedc70ab489109fb12d8abc7fd59b6", - url = "https://github.com/google/googletest/archive/455fcb7773dedc70ab489109fb12d8abc7fd59b6.zip", + sha256 = "2bf4c9977fdaae870f1f3a67f157c63465c96bfa17fbf718769ec38c3e4459a1", + strip_prefix = "googletest-6abc9e3d791ecac53361832bc4c14b6203daff4b", + url = "https://github.com/google/googletest/archive/6abc9e3d791ecac53361832bc4c14b6203daff4b.zip", ) http_archive(