Skip to content

Commit d1a3b82

Browse files
Revert changes to com_google_protobuf and emsdk
1 parent d71e55a commit d1a3b82

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

validator/WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ http_archive(
1818

1919
http_archive(
2020
name = "com_google_protobuf",
21-
sha256 = "a5fabfc338402acbdcf49eb1b6e091381d16b06f08694f766dc5626d0f0773c4",
22-
strip_prefix = "protobuf-e54174728f358c51a3a27f25fe275aad78828779",
23-
urls = ["https://github.com/protocolbuffers/protobuf/archive/e54174728f358c51a3a27f25fe275aad78828779.zip"],
21+
sha256 = "750428a8c7f1a75a8e6027e30b46a1c2f0475205f44563589736e0f279b938c0",
22+
strip_prefix = "protobuf-f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c",
23+
urls = ["https://github.com/protocolbuffers/protobuf/archive/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.zip"],
2424
)
2525
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
2626
protobuf_deps()
@@ -65,9 +65,9 @@ rules_proto_toolchains()
6565

6666
http_archive(
6767
name = "emsdk",
68-
sha256 = "b9a49af9f61b7e4e8ac6947d95d7afad974772e37e466b21d2eaf45429c58468",
69-
strip_prefix = "emsdk-7815dcaa5c97ee387e925137a42dd4219e7cec82/bazel",
70-
url = "https://github.com/emscripten-core/emsdk/archive/7815dcaa5c97ee387e925137a42dd4219e7cec82.tar.gz",
68+
sha256 = "836e9dc2ea0df6e9369f58fcb884df0447304a089cdbef2cd06a28cf2d06b53d",
69+
strip_prefix = "emsdk-fc645b7626ebf86530dbd82fbece74d457e7ae07/bazel",
70+
url = "https://github.com/emscripten-core/emsdk/archive/fc645b7626ebf86530dbd82fbece74d457e7ae07.tar.gz",
7171
)
7272

7373
load("@emsdk//:deps.bzl", emsdk_deps = "deps")

0 commit comments

Comments
 (0)