From c01eb708bc2b92f0ae5502685270c53b823bb58d Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 15 Jan 2024 15:51:12 +0100 Subject: [PATCH] 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. --- scripts/build_nim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_nim.sh b/scripts/build_nim.sh index ff0ca12..2ace59d 100755 --- a/scripts/build_nim.sh +++ b/scripts/build_nim.sh @@ -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}