Skip to content

Commit

Permalink
[TESTING/WIP] Check emsdk update PR#172
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Stevenson <[email protected]>
  • Loading branch information
martijneken committed Oct 9, 2024
1 parent 3212034 commit b53326b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ def proxy_wasm_cpp_host_repositories():
maybe(
http_archive,
name = "proxy_wasm_cpp_sdk",
sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470",
strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee.tar.gz"],
sha256 = "9838dcad2a245d180489801dd34616b3dc18a9d5c35fba1be4708941c88d30a9",
strip_prefix = "proxy-wasm-cpp-sdk-90d8c0701a52f543cd0fd62979e1ba58981b6f7e",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/90d8c0701a52f543cd0fd62979e1ba58981b6f7e.tar.gz"],
)

# Compile DB dependencies.
Expand Down

0 comments on commit b53326b

Please sign in to comment.