Skip to content

Commit 3ae2509

Browse files
committed
Update KJ to get KJ_SYSCALL_FD.
KJ PR: capnproto/capnproto#2205
1 parent e35f34b commit 3ae2509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/deps/gen/dep_capnp_cpp.bzl

+4-4
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/capnproto/capnproto/tarball/327a56b51f50aaf762d85af501807dce96d9bbcb"
6-
STRIP_PREFIX = "capnproto-capnproto-327a56b/c++"
7-
SHA256 = "d22adc3479740024036497bbf79adeffe0d15c98271869d1a7808fc42882fa1a"
5+
URL = "https://github.com/capnproto/capnproto/tarball/1c676b2df7f97220607591a38c28ce7e4a968ad4"
6+
STRIP_PREFIX = "capnproto-capnproto-1c676b2/c++"
7+
SHA256 = "9281b860a778c9427c55be647d1247d9f8373ab9023e671505881bf2172eba04"
88
TYPE = "tgz"
9-
COMMIT = "327a56b51f50aaf762d85af501807dce96d9bbcb"
9+
COMMIT = "1c676b2df7f97220607591a38c28ce7e4a968ad4"
1010

1111
def dep_capnp_cpp():
1212
http_archive(

0 commit comments

Comments
 (0)