mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
chore: update lock file
This commit is contained in:
parent
47c62fa118
commit
1d08c01e6e
2 changed files with 14 additions and 4 deletions
16
nimble.lock
16
nimble.lock
|
@ -2,13 +2,23 @@
|
|||
"version": 2,
|
||||
"packages": {
|
||||
"cligen": {
|
||||
"version": "1.6.14",
|
||||
"vcsRevision": "bee21f2d0878d4eba4631fd8b67370e4778424de",
|
||||
"version": "1.6.15",
|
||||
"vcsRevision": "e607467c4e6a6c54f02b555135bce35eafa714c5",
|
||||
"url": "https://github.com/c-blake/cligen.git",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "195164d6a417c5393ee8aac1d1c2dfb0d45574b1"
|
||||
"sha1": "69330c86da69969dde7d23669e87503bbd17f459"
|
||||
}
|
||||
},
|
||||
"bbansi": {
|
||||
"version": "0.1.0",
|
||||
"vcsRevision": "48ad65c5214070ba46fd0b6541ae8ca3ebabbe85",
|
||||
"url": "https://github.com/daylinmorgan/bbansi",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "a962f41979a33d0047c6b1e1ef84e2d5bd36532e"
|
||||
}
|
||||
},
|
||||
"illwill": {
|
||||
|
|
|
@ -13,7 +13,7 @@ binDir = "bin"
|
|||
requires "nim >= 2.0.0",
|
||||
"illwill",
|
||||
"cligen",
|
||||
"bbansi"
|
||||
"https://github.com/daylinmorgan/bbansi#main"
|
||||
|
||||
import strformat
|
||||
|
||||
|
|
Loading…
Reference in a new issue