From 164b4353e12cc5c0405460d8ba1a5a009dbce48f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:33:59 +0000 Subject: [PATCH] Update com_google_googletest digest to dd9a956 (#241) 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 | `7e33b6a` -> `dd9a956` | --- ### 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 d4f5046..78c4418 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 = "8a90bb20982fccb1f50636b55d52e4b3ca8881c9366bd1be24687e5d27f0a398", - strip_prefix = "googletest-7e33b6a1c497ced1e98fc60175aeb4678419281c", - url = "https://github.com/google/googletest/archive/7e33b6a1c497ced1e98fc60175aeb4678419281c.zip", + sha256 = "51b78483595f3152705aefbceea91baab089a2a5f9ed8cf1b89fdc46cbae7a78", + strip_prefix = "googletest-dd9a9569041c1551613d116ff0d092b356c836b1", + url = "https://github.com/google/googletest/archive/dd9a9569041c1551613d116ff0d092b356c836b1.zip", ) http_archive(