mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
chore: update nimble lock
This commit is contained in:
parent
e9d9401ad4
commit
636d7d313c
2 changed files with 3 additions and 4 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -12,8 +12,7 @@ jobs:
|
|||
|
||||
- uses: jiro4989/setup-nim-action@v1
|
||||
with:
|
||||
nim-version: ${{ env.NIM_VERSION }}
|
||||
|
||||
nim-version: 2.0.0
|
||||
|
||||
# for cross compilation with ccnz
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
|
|
|
@ -26,14 +26,14 @@
|
|||
"release": {
|
||||
"ccnz": {
|
||||
"version": "2023.1001",
|
||||
"vcsRevision": "3353d2c6fb957c72fda6ba798ca50d771159e12a",
|
||||
"vcsRevision": "9dc6353e8b0cc793bc2ae5d089593e24d122ee22",
|
||||
"url": "https://github.com/daylinmorgan/ccnz",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [
|
||||
"cligen"
|
||||
],
|
||||
"checksums": {
|
||||
"sha1": "405eeb87767929090d8c81ff04a08e639bacb117"
|
||||
"sha1": "e758c69ceb0977dca7069209c20efe6825801517"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue