mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-02 13:59:41 +00:00
Require the v0.1.5 tag (same commit as v0.1.5-rc.2). Because the tag matches nim-ffi's declared version, nimble records a clean "0.1.5" in the lock instead of a "#"-prefixed special version, which avoids the nimble 0.18.2 lock-install bug that fails to create the "#"-named temp dir. Also refresh nix/deps.nix, whose ffi rev was stale at rc.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
228 lines
6.2 KiB
Plaintext
228 lines
6.2 KiB
Plaintext
{
|
|
"version": 2,
|
|
"packages": {
|
|
"unittest2": {
|
|
"version": "0.2.5",
|
|
"vcsRevision": "26f2ef3ae0ec72a2a75bfe557e02e88f6a31c189",
|
|
"url": "https://github.com/status-im/nim-unittest2",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "02bb3751ba9ddc3c17bfd89f2e41cb6bfb8fc0c9"
|
|
}
|
|
},
|
|
"bearssl": {
|
|
"version": "0.2.6",
|
|
"vcsRevision": "11e798b62b8e6beabe958e048e9e24c7e0f9ee63",
|
|
"url": "https://github.com/status-im/nim-bearssl",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "7e068f119664cf47ad0cfb74ef4c56fb6b616523"
|
|
}
|
|
},
|
|
"results": {
|
|
"version": "0.5.1",
|
|
"vcsRevision": "df8113dda4c2d74d460a8fa98252b0b771bf1f27",
|
|
"url": "https://github.com/arnetheduck/nim-results",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "a9c011f74bc9ed5c91103917b9f382b12e82a9e7"
|
|
}
|
|
},
|
|
"stew": {
|
|
"version": "0.4.2",
|
|
"vcsRevision": "b66168735d6f3841c5239c3169d3fe5fe98b1257",
|
|
"url": "https://github.com/status-im/nim-stew",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"results",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "928e82cb8d2f554e8f10feb2349ee9c32fee3a8c"
|
|
}
|
|
},
|
|
"faststreams": {
|
|
"version": "0.5.0",
|
|
"vcsRevision": "ce27581a3e881f782f482cb66dc5b07a02bd615e",
|
|
"url": "https://github.com/status-im/nim-faststreams",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "ee61e507b805ae1df7ec936f03f2d101b0d72383"
|
|
}
|
|
},
|
|
"serialization": {
|
|
"version": "0.5.2",
|
|
"vcsRevision": "b0f2fa32960ea532a184394b0f27be37bd80248b",
|
|
"url": "https://github.com/status-im/nim-serialization",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"faststreams",
|
|
"unittest2",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "fa35c1bb76a0a02a2379fe86eaae0957c7527cb8"
|
|
}
|
|
},
|
|
"npeg": {
|
|
"version": "1.3.0",
|
|
"vcsRevision": "409f6796d0e880b3f0222c964d1da7de6e450811",
|
|
"url": "https://github.com/zevv/npeg",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "64f15c85a059c889cb11c5fe72372677c50da621"
|
|
}
|
|
},
|
|
"protobuf_serialization": {
|
|
"version": "0.5.1",
|
|
"vcsRevision": "d9aa950b9d9e8bfc8a201740042b5e8ea5880875",
|
|
"url": "https://github.com/status-im/nim-protobuf-serialization",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"faststreams",
|
|
"serialization",
|
|
"npeg",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "c02d1124931612041a25c6c8ed59a6120849c85d"
|
|
}
|
|
},
|
|
"json_serialization": {
|
|
"version": "0.4.4",
|
|
"vcsRevision": "c343b0e243d9e17e2c40f3a8a24340f7c4a71d44",
|
|
"url": "https://github.com/status-im/nim-json-serialization",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"faststreams",
|
|
"serialization",
|
|
"stew",
|
|
"results"
|
|
],
|
|
"checksums": {
|
|
"sha1": "8b3115354104858a0ac9019356fb29720529c2bd"
|
|
}
|
|
},
|
|
"testutils": {
|
|
"version": "0.8.0",
|
|
"vcsRevision": "e4d37dc1652d5c63afb89907efb5a5e812261797",
|
|
"url": "https://github.com/status-im/nim-testutils",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "d1678f50aa47d113b4e77d41eec2190830b523fa"
|
|
}
|
|
},
|
|
"chronicles": {
|
|
"version": "0.12.2",
|
|
"vcsRevision": "27ec507429a4eb81edc20f28292ee8ec420be05b",
|
|
"url": "https://github.com/status-im/nim-chronicles",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"faststreams",
|
|
"serialization",
|
|
"json_serialization",
|
|
"testutils"
|
|
],
|
|
"checksums": {
|
|
"sha1": "02febb20d088120b2836d3306cfa21f434f88f65"
|
|
}
|
|
},
|
|
"httputils": {
|
|
"version": "0.4.0",
|
|
"vcsRevision": "c53852d9e24205b6363bba517fa8ee7bde823691",
|
|
"url": "https://github.com/status-im/nim-http-utils",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"results",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "298bc5b6fe4e5aa9c3b7e2ebfa17191675020f10"
|
|
}
|
|
},
|
|
"chronos": {
|
|
"version": "4.0.4",
|
|
"vcsRevision": "0646c444fce7c7ed08ef6f2c9a7abfd172ffe655",
|
|
"url": "https://github.com/status-im/nim-chronos",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"results",
|
|
"stew",
|
|
"bearssl",
|
|
"httputils",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "455802a90204d8ad6b31d53f2efff8ebfe4c834a"
|
|
}
|
|
},
|
|
"metrics": {
|
|
"version": "0.1.2",
|
|
"vcsRevision": "11d0cddfb0e711aa2a8c75d1892ae24a64c299fc",
|
|
"url": "https://github.com/status-im/nim-metrics",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos",
|
|
"results",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "5cdac99d85d3c146d170e85064c88fb28f377842"
|
|
}
|
|
},
|
|
"stint": {
|
|
"version": "0.8.2",
|
|
"vcsRevision": "470b7892561b5179ab20bd389a69217d6213fe58",
|
|
"url": "https://github.com/status-im/nim-stint",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "d8f871fd617e7857192d4609fe003b48942a8ae5"
|
|
}
|
|
},
|
|
"taskpools": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "9e8ccc754631ac55ac2fd495e167e74e86293edb",
|
|
"url": "https://github.com/status-im/nim-taskpools",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "09e1b2fdad55b973724d61227971afc0df0b7a81"
|
|
}
|
|
},
|
|
"ffi": {
|
|
"version": "0.1.5",
|
|
"vcsRevision": "0a6bf6c49ff8d956899c2a3bb3a2b3ab8ed5281f",
|
|
"url": "https://github.com/logos-messaging/nim-ffi",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos",
|
|
"chronicles",
|
|
"taskpools"
|
|
],
|
|
"checksums": {
|
|
"sha1": "eea561ccabe2f5fff6a586fbbf83d4e4dc41a7fb"
|
|
}
|
|
}
|
|
},
|
|
"tasks": {}
|
|
}
|