Skip to content

Commit

Permalink
updated lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico committed Mar 9, 2024
1 parent d4e0583 commit 5410bed
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions nimble.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,54 @@
"sha1": "8bccb6b02295a85eab30aeb8c411927680ca9192"
}
},
"c2nim": {
"version": "0.9.19",
"vcsRevision": "5753fa7658ed50432ea6c2df84f0a45e36bcb2ea",
"url": "https://github.com/nim-lang/c2nim",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "1954eb89cc353cf2a4e54804d38d5a1e72f3c98e"
}
},
"regex": {
"version": "0.23.0",
"vcsRevision": "577c4ec3b235c5fd2653a9c86cbc4a576cfc0869",
"url": "https://github.com/nitely/nim-regex",
"downloadMethod": "git",
"dependencies": [
"unicodedb"
],
"checksums": {
"sha1": "89466caa353b571cdcd8271f2c797ba2c15a89f2"
}
},
"nimgen": {
"version": "0.5.4",
"vcsRevision": "e6697aabbe36e42e4dd261cfd0b8a8be16f6f342",
"url": "https://github.com/Nimaoth/nimgen",
"downloadMethod": "git",
"dependencies": [
"c2nim",
"regex",
"unicodedb"
],
"checksums": {
"sha1": "d563cc29937e4d2d66ebeb3eaacef95c6284fb4c"
}
},
"treesitter": {
"version": "0.1.5",
"vcsRevision": "6a210bfd675d99a7f551b55ce07cb7ba032aaf57",
"url": "https://github.com/Nimaoth/nimtreesitter-api",
"downloadMethod": "git",
"dependencies": [
"nimgen"
],
"checksums": {
"sha1": "30b622b5d195d2af2a60574e0efd1995508e097a"
}
},
"vmath": {
"version": "2.0.0",
"vcsRevision": "661bdaac7546e16d087f066adfeb6ea7590106b4",
Expand Down Expand Up @@ -63,18 +111,6 @@
"sha1": "fa636c9852fbf196df05baa1c9a0c976f533150d"
}
},
"regex": {
"version": "0.23.0",
"vcsRevision": "577c4ec3b235c5fd2653a9c86cbc4a576cfc0869",
"url": "https://github.com/nitely/nim-regex",
"downloadMethod": "git",
"dependencies": [
"unicodedb"
],
"checksums": {
"sha1": "89466caa353b571cdcd8271f2c797ba2c15a89f2"
}
},
"glob": {
"version": "0.11.2",
"vcsRevision": "64f71af2fa4572c2bdf8987a56a427c1d88fc34f",
Expand All @@ -87,16 +123,6 @@
"sha1": "58fadfae8cb82cab1061dded8066c03b0460ad4d"
}
},
"c2nim": {
"version": "0.9.19",
"vcsRevision": "5753fa7658ed50432ea6c2df84f0a45e36bcb2ea",
"url": "https://github.com/nim-lang/c2nim",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "1954eb89cc353cf2a4e54804d38d5a1e72f3c98e"
}
},
"winim": {
"version": "3.9.2",
"vcsRevision": "154d6c6ffb1f19fce684381cdba5e3f3a729053e",
Expand Down Expand Up @@ -214,32 +240,6 @@
"sha1": "24e28d958500ba8a55574faad4e111028f64aade"
}
},
"nimgen": {
"version": "0.5.4",
"vcsRevision": "e6697aabbe36e42e4dd261cfd0b8a8be16f6f342",
"url": "https://github.com/Nimaoth/nimgen",
"downloadMethod": "git",
"dependencies": [
"c2nim",
"regex",
"unicodedb"
],
"checksums": {
"sha1": "d563cc29937e4d2d66ebeb3eaacef95c6284fb4c"
}
},
"treesitter": {
"version": "0.1.4",
"vcsRevision": "c7ea7381cf9fc8791c722dbbe1f37371df6af8dd",
"url": "https://github.com/Nimaoth/nimtreesitter-api",
"downloadMethod": "git",
"dependencies": [
"nimgen"
],
"checksums": {
"sha1": "45ba77770a2b65ac78575f64dff7985dcfcefdf3"
}
},
"micros": {
"version": "0.1.15",
"vcsRevision": "b20d211c61418cbcc23f40b1909603bff2c4ecb7",
Expand Down

0 comments on commit 5410bed

Please sign in to comment.