Skip to content

Commit

Permalink
Update com_google_googletest digest to 46db91e (#236)
Browse files Browse the repository at this point in the history
[![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 | `6abc9e3` -> `46db91e`
|

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 709e8e2 commit 1a4c269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_googletest",
sha256 = "2bf4c9977fdaae870f1f3a67f157c63465c96bfa17fbf718769ec38c3e4459a1",
strip_prefix = "googletest-6abc9e3d791ecac53361832bc4c14b6203daff4b",
url = "https://github.com/google/googletest/archive/6abc9e3d791ecac53361832bc4c14b6203daff4b.zip",
sha256 = "0679a7cdbe91f96c5c610ac65dc95ab587ee93bb298489dc2f287ea32da7e4bb",
strip_prefix = "googletest-46db91ef6ffcc128b2d5f31118ae1108109e3400",
url = "https://github.com/google/googletest/archive/46db91ef6ffcc128b2d5f31118ae1108109e3400.zip",
)

http_archive(
Expand Down

0 comments on commit 1a4c269

Please sign in to comment.