chore: update nimble lock

This commit is contained in:
Daylin Morgan 2023-09-05 17:48:16 -05:00
parent e9d9401ad4
commit 636d7d313c
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 3 additions and 4 deletions

View file

@ -12,8 +12,7 @@ jobs:
- uses: jiro4989/setup-nim-action@v1 - uses: jiro4989/setup-nim-action@v1
with: with:
nim-version: ${{ env.NIM_VERSION }} nim-version: 2.0.0
# for cross compilation with ccnz # for cross compilation with ccnz
- uses: goto-bus-stop/setup-zig@v2 - uses: goto-bus-stop/setup-zig@v2

View file

@ -26,14 +26,14 @@
"release": { "release": {
"ccnz": { "ccnz": {
"version": "2023.1001", "version": "2023.1001",
"vcsRevision": "3353d2c6fb957c72fda6ba798ca50d771159e12a", "vcsRevision": "9dc6353e8b0cc793bc2ae5d089593e24d122ee22",
"url": "https://github.com/daylinmorgan/ccnz", "url": "https://github.com/daylinmorgan/ccnz",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [ "dependencies": [
"cligen" "cligen"
], ],
"checksums": { "checksums": {
"sha1": "405eeb87767929090d8c81ff04a08e639bacb117" "sha1": "e758c69ceb0977dca7069209c20efe6825801517"
} }
} }
} }