Skip to content

Commit b53326b

Browse files
committed
[TESTING/WIP] Check emsdk update PR#172
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 3212034 commit b53326b

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
@@ -130,9 +130,9 @@ def proxy_wasm_cpp_host_repositories():
130130
maybe(
131131
http_archive,
132132
name = "proxy_wasm_cpp_sdk",
133-
sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470",
134-
strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee",
135-
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee.tar.gz"],
133+
sha256 = "9838dcad2a245d180489801dd34616b3dc18a9d5c35fba1be4708941c88d30a9",
134+
strip_prefix = "proxy-wasm-cpp-sdk-90d8c0701a52f543cd0fd62979e1ba58981b6f7e",
135+
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/90d8c0701a52f543cd0fd62979e1ba58981b6f7e.tar.gz"],
136136
)
137137

138138
# Compile DB dependencies.

0 commit comments

Comments
 (0)