Skip to content

Commit

Permalink
Update com_google_googletest digest to f42da0e (#243)
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 | `987e225` -> `f42da0e`
|

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent f6c377d commit abfe422
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 = "2c28062a335d5051ab7f4a881a060603c5adacb2d6900dd278db99af02ee9aa0",
strip_prefix = "googletest-987e225614755fec7253aa95bf959c09e0d380d7",
url = "https://github.com/google/googletest/archive/987e225614755fec7253aa95bf959c09e0d380d7.zip",
sha256 = "5494d429e9cfaa5b61e895b003ff6b785fd1f958802b35c65ec4d1adbdc03a32",
strip_prefix = "googletest-f42da0e4431a14260946323bff4d856f20973b2c",
url = "https://github.com/google/googletest/archive/f42da0e4431a14260946323bff4d856f20973b2c.zip",
)

http_archive(
Expand Down

0 comments on commit abfe422

Please sign in to comment.