Skip to content

Commit 0e115cf

Browse files
authored
Merge pull request #5 from johnlanni/change-sdk-repo
change sdk repo
2 parents e759b09 + e877ccd commit 0e115cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ def proxy_wasm_cpp_host_repositories():
103103
maybe(
104104
http_archive,
105105
name = "proxy_wasm_cpp_sdk",
106-
sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470",
107-
strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee",
108-
urls = ["https://github.com/%3Cspan%20class="x x-first x-last">proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee.tar.gz"],
106+
sha256 = "cab5efa54c0cec8eb17c0a2f6ce72b9cd84ebba2b332e919187f963a5d7cfaa1",
107+
strip_prefix = "proxy-wasm-cpp-sdk-47bb9cd141a151415ad6a597ed60c78bea2ce0b7",
108+
urls = ["https://github.com/%3Cspan%20class="x x-first x-last">higress-group/proxy-wasm-cpp-sdk/archive/47bb9cd141a151415ad6a597ed60c78bea2ce0b7.tar.gz"],
109109
)
110110

111111
# Test dependencies.

0 commit comments

Comments
 (0)