Skip to content

Commit 56857fc

Browse files
committed
Temporarily use ncrypto dev branch
1 parent 95ab656 commit 56857fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

WORKSPACE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ http_archive(
8282

8383
http_archive(
8484
name = "ncrypto",
85-
sha256 = "ed1a4f33222c7778c439b223c9e538e705031a95678303e4527289855c586aa4",
86-
strip_prefix = "ncrypto-1.0.0",
85+
sha256 = "9a42a7516c9f8040c1dcc90ebc072bd24ab4701f5278e165c8acf09197665444",
86+
strip_prefix = "ncrypto-jasnell-fixups-for-older-boringssl-fips",
8787
type = "tgz",
88-
url = "https://github.com/nodejs/ncrypto/archive/refs/tags/1.0.0.tar.gz",
88+
#url = "https://github.com/nodejs/ncrypto/archive/refs/tags/1.0.0.tar.gz",
89+
url = "https://github.com/nodejs/ncrypto/archive/refs/heads/jasnell/fixups-for-older-boringssl-fips.tar.gz",
8990
)
9091

9192
http_archive(

0 commit comments

Comments
 (0)