File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -139,11 +139,9 @@ def proxy_wasm_cpp_host_repositories():
139
139
maybe (
140
140
http_archive ,
141
141
name = "com_google_googletest" ,
142
- sha256 = "9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb" ,
143
- strip_prefix = "googletest-release-1.10.0" ,
144
- urls = ["https://github.com/google/googletest/archive/release-1.10.0.tar.gz" ],
145
- patches = ["@proxy_wasm_cpp_host//bazel/external:googletest.patch" ],
146
- patch_args = ["-p1" ],
142
+ sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926" ,
143
+ strip_prefix = "googletest-1.15.2" ,
144
+ urls = ["https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz" ],
147
145
)
148
146
149
147
# NullVM dependencies.
You can’t perform that action at this time.
0 commit comments