diff --git a/nimble.lock b/nimble.lock index 6460cef3e..96f64baf3 100644 --- a/nimble.lock +++ b/nimble.lock @@ -192,13 +192,13 @@ } }, "nimcrypto": { - "version": "0.7.3", - "vcsRevision": "b3dbc9c4d08e58c5b7bfad6dc7ef2ee52f2f4c08", + "version": "0.6.4", + "vcsRevision": "721fb99ee099b632eb86dfad1f0d96ee87583774", "url": "https://github.com/cheatfate/nimcrypto", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "f72b90fe3f4da09efa482de4f8729e7ee4abea2f" + "sha1": "f9ab24fa940ed03d0fb09729a7303feb50b7eaec" } }, "stint": { diff --git a/waku.nimble b/waku.nimble index 72f32dd0e..75f71edc0 100644 --- a/waku.nimble +++ b/waku.nimble @@ -37,7 +37,7 @@ requires "nim >= 2.2.4", "httputils >= 0.4.1", "websock >= 0.2.1", # Cryptography - "nimcrypto", + "nimcrypto == 0.6.4", # 0.6.4 used in libp2p. Version 0.7.3 makes test to crash on Ubuntu. "secp256k1", "bearssl", # RPC & APIs