enforce nimcrypto to 0.6.4 to avoid test crash on ubuntu

This commit is contained in:
Ivan FB 2026-04-05 00:57:06 +02:00
parent cc97981199
commit 8e51eac0d5
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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