adjust `CSOURCES_V1_COMMIT` variable with recent bump (#73) (#74)

Forgot to update the ref in the build script to actually use the new
commit. Do that now.
This commit is contained in:
Etan Kissling 2024-01-15 15:51:12 +01:00 committed by GitHub
parent 8eae399a6c
commit c01eb708bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
set -e
# Git commits
: ${CSOURCES_V1_COMMIT:=a8a5241f9475099c823cfe1a5e0ca4022ac201ff}
: ${CSOURCES_V1_COMMIT:=561b417c65791cd8356b5f73620914ceff845d10}
: ${CSOURCES_V2_COMMIT:=86742fb02c6606ab01a532a0085784effb2e753e}
: ${CSOURCES_V1_REPO:=https://github.com/nim-lang/csources_v1.git}
: ${CSOURCES_V2_REPO:=https://github.com/nim-lang/csources_v2.git}