Skip to content

Commit c44032d

Browse files
committed
Generates nimble lock with new nimble
1 parent 973fc91 commit c44032d

File tree

1 file changed

+26
-88
lines changed

1 file changed

+26
-88
lines changed

nimble.lock

Lines changed: 26 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
11
{
22
"version": 2,
33
"packages": {
4+
"nim": {
5+
"version": "2.0.8",
6+
"vcsRevision": "",
7+
"url": "",
8+
"downloadMethod": "git",
9+
"dependencies": [],
10+
"checksums": {
11+
"sha1": ""
12+
}
13+
},
414
"unittest2": {
515
"version": "0.2.5",
6-
"vcsRevision": "1efa65bb037185f0983ac4fa65932e8d3450825d",
16+
"vcsRevision": "26f2ef3ae0ec72a2a75bfe557e02e88f6a31c189",
717
"url": "https://github.com/status-im/nim-unittest2.git",
818
"downloadMethod": "git",
919
"dependencies": [],
1020
"checksums": {
11-
"sha1": "2310fa873b15d95bf7f0acfcbe8bc18122a4beff"
21+
"sha1": "02bb3751ba9ddc3c17bfd89f2e41cb6bfb8fc0c9"
1222
}
1323
},
1424
"bearssl": {
1525
"version": "0.2.6",
1626
"vcsRevision": "11e798b62b8e6beabe958e048e9e24c7e0f9ee63",
1727
"url": "https://github.com/status-im/nim-bearssl",
1828
"downloadMethod": "git",
19-
"dependencies": [
20-
"unittest2"
21-
],
29+
"dependencies": [],
2230
"checksums": {
2331
"sha1": "7e068f119664cf47ad0cfb74ef4c56fb6b616523"
2432
}
@@ -28,9 +36,7 @@
2836
"vcsRevision": "e4d37dc1652d5c63afb89907efb5a5e812261797",
2937
"url": "https://github.com/status-im/nim-testutils",
3038
"downloadMethod": "git",
31-
"dependencies": [
32-
"unittest2"
33-
],
39+
"dependencies": [],
3440
"checksums": {
3541
"sha1": "d1678f50aa47d113b4e77d41eec2190830b523fa"
3642
}
@@ -50,10 +56,7 @@
5056
"vcsRevision": "b66168735d6f3841c5239c3169d3fe5fe98b1257",
5157
"url": "https://github.com/status-im/nim-stew",
5258
"downloadMethod": "git",
53-
"dependencies": [
54-
"results",
55-
"unittest2"
56-
],
59+
"dependencies": [],
5760
"checksums": {
5861
"sha1": "928e82cb8d2f554e8f10feb2349ee9c32fee3a8c"
5962
}
@@ -63,10 +66,7 @@
6366
"vcsRevision": "c71efff5fd1721362b3363dc7d0e2a4c0dbc6453",
6467
"url": "https://github.com/status-im/nim-zlib",
6568
"downloadMethod": "git",
66-
"dependencies": [
67-
"stew",
68-
"results"
69-
],
69+
"dependencies": [],
7070
"checksums": {
7171
"sha1": "b98773348eda614ff6b252213dcd852fc9d68e89"
7272
}
@@ -76,11 +76,7 @@
7676
"vcsRevision": "c53852d9e24205b6363bba517fa8ee7bde823691",
7777
"url": "https://github.com/status-im/nim-http-utils",
7878
"downloadMethod": "git",
79-
"dependencies": [
80-
"stew",
81-
"results",
82-
"unittest2"
83-
],
79+
"dependencies": [],
8480
"checksums": {
8581
"sha1": "298bc5b6fe4e5aa9c3b7e2ebfa17191675020f10"
8682
}
@@ -90,13 +86,7 @@
9086
"vcsRevision": "0646c444fce7c7ed08ef6f2c9a7abfd172ffe655",
9187
"url": "https://github.com/status-im/nim-chronos",
9288
"downloadMethod": "git",
93-
"dependencies": [
94-
"results",
95-
"stew",
96-
"bearssl",
97-
"httputils",
98-
"unittest2"
99-
],
89+
"dependencies": [],
10090
"checksums": {
10191
"sha1": "455802a90204d8ad6b31d53f2efff8ebfe4c834a"
10292
}
@@ -106,10 +96,7 @@
10696
"vcsRevision": "ce27581a3e881f782f482cb66dc5b07a02bd615e",
10797
"url": "https://github.com/status-im/nim-faststreams",
10898
"downloadMethod": "git",
109-
"dependencies": [
110-
"stew",
111-
"unittest2"
112-
],
99+
"dependencies": [],
113100
"checksums": {
114101
"sha1": "ee61e507b805ae1df7ec936f03f2d101b0d72383"
115102
}
@@ -119,11 +106,7 @@
119106
"vcsRevision": "b0f2fa32960ea532a184394b0f27be37bd80248b",
120107
"url": "https://github.com/status-im/nim-serialization",
121108
"downloadMethod": "git",
122-
"dependencies": [
123-
"faststreams",
124-
"unittest2",
125-
"stew"
126-
],
109+
"dependencies": [],
127110
"checksums": {
128111
"sha1": "fa35c1bb76a0a02a2379fe86eaae0957c7527cb8"
129112
}
@@ -133,12 +116,7 @@
133116
"vcsRevision": "c343b0e243d9e17e2c40f3a8a24340f7c4a71d44",
134117
"url": "https://github.com/status-im/nim-json-serialization",
135118
"downloadMethod": "git",
136-
"dependencies": [
137-
"faststreams",
138-
"serialization",
139-
"stew",
140-
"results"
141-
],
119+
"dependencies": [],
142120
"checksums": {
143121
"sha1": "8b3115354104858a0ac9019356fb29720529c2bd"
144122
}
@@ -148,12 +126,7 @@
148126
"vcsRevision": "27ec507429a4eb81edc20f28292ee8ec420be05b",
149127
"url": "https://github.com/status-im/nim-chronicles",
150128
"downloadMethod": "git",
151-
"dependencies": [
152-
"faststreams",
153-
"serialization",
154-
"json_serialization",
155-
"testutils"
156-
],
129+
"dependencies": [],
157130
"checksums": {
158131
"sha1": "02febb20d088120b2836d3306cfa21f434f88f65"
159132
}
@@ -163,10 +136,7 @@
163136
"vcsRevision": "470b7892561b5179ab20bd389a69217d6213fe58",
164137
"url": "https://github.com/status-im/nim-stint",
165138
"downloadMethod": "git",
166-
"dependencies": [
167-
"stew",
168-
"unittest2"
169-
],
139+
"dependencies": [],
170140
"checksums": {
171141
"sha1": "d8f871fd617e7857192d4609fe003b48942a8ae5"
172142
}
@@ -186,9 +156,7 @@
186156
"vcsRevision": "4593305ed1e49731fc75af1dc572dd2559aad19c",
187157
"url": "https://github.com/nitely/nim-regex",
188158
"downloadMethod": "git",
189-
"dependencies": [
190-
"unicodedb"
191-
],
159+
"dependencies": [],
192160
"checksums": {
193161
"sha1": "4d24e7d7441137cd202e16f2359a5807ddbdc31f"
194162
}
@@ -218,16 +186,7 @@
218186
"vcsRevision": "35ae76f1559e835c80f9c1a3943bf995d3dd9eb5",
219187
"url": "https://github.com/status-im/nim-websock",
220188
"downloadMethod": "git",
221-
"dependencies": [
222-
"chronos",
223-
"httputils",
224-
"chronicles",
225-
"stew",
226-
"nimcrypto",
227-
"bearssl",
228-
"results",
229-
"zlib"
230-
],
189+
"dependencies": [],
231190
"checksums": {
232191
"sha1": "1cb5efa10cd389bc01d0707c242ae010c76a03cd"
233192
}
@@ -237,30 +196,9 @@
237196
"vcsRevision": "b6e40a776fa2d00b97a9366761fb7da18f31ae5c",
238197
"url": "https://github.com/status-im/nim-json-rpc",
239198
"downloadMethod": "git",
240-
"dependencies": [
241-
"stew",
242-
"nimcrypto",
243-
"stint",
244-
"chronos",
245-
"httputils",
246-
"chronicles",
247-
"websock",
248-
"serialization",
249-
"json_serialization",
250-
"unittest2"
251-
],
252-
"checksums": {
253-
"sha1": "d8e8be795fcf098f4ce03b5826f6b3153f6a6e07"
254-
}
255-
},
256-
"nim": {
257-
"version": "2.0.8",
258-
"vcsRevision": "5935c3bfa9fec6505394867b23510eb5cbab3dbf",
259-
"url": "https://github.com/nim-lang/Nim.git",
260-
"downloadMethod": "git",
261199
"dependencies": [],
262200
"checksums": {
263-
"sha1": "46333e8f4bda41dd6d3852a3f5fa4975b96b66a2"
201+
"sha1": "d8e8be795fcf098f4ce03b5826f6b3153f6a6e07"
264202
}
265203
}
266204
},

0 commit comments

Comments
 (0)