Skip to content

Commit a7c8ff5

Browse files
committed
update workerd-cxx
1 parent 40955ef commit a7c8ff5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/deps/gen/dep_workerd_cxx.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
load("@//:build/http.bzl", "http_archive")
44

5-
URL = "https://github.com/cloudflare/workerd-cxx/tarball/7029da7e5ce2ec6b47bd43dc864f6815991c9ae2"
6-
STRIP_PREFIX = "cloudflare-workerd-cxx-7029da7"
7-
SHA256 = "8b425b961a220e0a4a86eca282b9023ec1fdcf689d1ea56cd0a6a9df01fd6d3f"
5+
URL = "https://github.com/cloudflare/workerd-cxx/tarball/576665ab78776977951f615d7e07984df76a51ea"
6+
STRIP_PREFIX = "cloudflare-workerd-cxx-576665a"
7+
SHA256 = "70a6cb0e3d3e765481567dd6324712783f1945fdc08126af8732e08858d34ba7"
88
TYPE = "tgz"
9-
COMMIT = "7029da7e5ce2ec6b47bd43dc864f6815991c9ae2"
9+
COMMIT = "576665ab78776977951f615d7e07984df76a51ea"
1010

1111
def dep_workerd_cxx():
1212
http_archive(

0 commit comments

Comments
 (0)