Skip to content

Commit e4862cd

Browse files
committed
fixing bearssl version in lockfile and in nimble file
It seems lockfile was generated wrong or not updated, broken in 76bff75 setting it to version used in nimbus build system based build Signed-off-by: Csaba Kiraly <[email protected]>
1 parent 17e55d4 commit e4862cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libp2pdht.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ skipDirs = @["tests"]
1010
# Dependencies
1111
requires "nim >= 1.2.0",
1212
"nimcrypto >= 0.5.4 & < 0.6.0",
13-
"bearssl#head",
13+
"bearssl#f4c4233de453cb7eac0ce3f3ffad6496295f83ab",
1414
"chronicles >= 0.10.2 & < 0.11.0",
1515
"chronos >= 3.0.11 & < 3.1.0",
1616
"libp2p#unstable",

nimble.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"bearssl": {
2525
"version": "0.1.5",
26-
"vcsRevision": "ba80e2a0d7ae8aab666cee013e38ff8d33a3e5e7",
26+
"vcsRevision": "f4c4233de453cb7eac0ce3f3ffad6496295f83ab",
2727
"url": "https://github.com/status-im/nim-bearssl",
2828
"downloadMethod": "git",
2929
"dependencies": [
3030
"unittest2"
3131
],
3232
"checksums": {
33-
"sha1": "383abd5becc77bf8e365b780a29d20529e1d9c4c"
33+
"sha1": "dabf4aaac8969fb10281ebd9ff51875d37eeaaa9"
3434
}
3535
},
3636
"httputils": {

0 commit comments

Comments
 (0)