We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40955ef commit a7c8ff5Copy full SHA for a7c8ff5
build/deps/gen/dep_workerd_cxx.bzl
@@ -2,11 +2,11 @@
2
3
load("@//:build/http.bzl", "http_archive")
4
5
-URL = "https://github.com/cloudflare/workerd-cxx/tarball/7029da7e5ce2ec6b47bd43dc864f6815991c9ae2"
6
-STRIP_PREFIX = "cloudflare-workerd-cxx-7029da7"
7
-SHA256 = "8b425b961a220e0a4a86eca282b9023ec1fdcf689d1ea56cd0a6a9df01fd6d3f"
+URL = "https://github.com/cloudflare/workerd-cxx/tarball/576665ab78776977951f615d7e07984df76a51ea"
+STRIP_PREFIX = "cloudflare-workerd-cxx-576665a"
+SHA256 = "70a6cb0e3d3e765481567dd6324712783f1945fdc08126af8732e08858d34ba7"
8
TYPE = "tgz"
9
-COMMIT = "7029da7e5ce2ec6b47bd43dc864f6815991c9ae2"
+COMMIT = "576665ab78776977951f615d7e07984df76a51ea"
10
11
def dep_workerd_cxx():
12
http_archive(
0 commit comments