From 96e5526ffb6a4413e9c8112dea39dfee3a8a0c1d Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Sat, 3 Jun 2023 00:24:10 +0200 Subject: [PATCH] fixing bearssl version in lockfile and in nimble file It seems lockfile was generated wrong or not updated, broken in https://github.com/codex-storage/nim-libp2p-dht/pull/51/commits/76bff752a20754e6e014caf751127a3d8e673dd2 setting it to version used in nimbus build system based build Signed-off-by: Csaba Kiraly --- libp2pdht.nimble | 2 +- nimble.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libp2pdht.nimble b/libp2pdht.nimble index 147c78d..381f9f7 100644 --- a/libp2pdht.nimble +++ b/libp2pdht.nimble @@ -10,7 +10,7 @@ skipDirs = @["tests"] # Dependencies requires "nim >= 1.2.0", "nimcrypto >= 0.5.4 & < 0.6.0", - "bearssl#head", + "bearssl#f4c4233de453cb7eac0ce3f3ffad6496295f83ab", "chronicles >= 0.10.2 & < 0.11.0", "chronos >= 3.0.11 & < 3.1.0", "libp2p#unstable", diff --git a/nimble.lock b/nimble.lock index bbeb32c..7445e43 100644 --- a/nimble.lock +++ b/nimble.lock @@ -23,14 +23,14 @@ }, "bearssl": { "version": "0.1.5", - "vcsRevision": "ba80e2a0d7ae8aab666cee013e38ff8d33a3e5e7", + "vcsRevision": "f4c4233de453cb7eac0ce3f3ffad6496295f83ab", "url": "https://github.com/status-im/nim-bearssl", "downloadMethod": "git", "dependencies": [ "unittest2" ], "checksums": { - "sha1": "383abd5becc77bf8e365b780a29d20529e1d9c4c" + "sha1": "dabf4aaac8969fb10281ebd9ff51875d37eeaaa9" } }, "httputils": {