diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-21 17:18:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 17:18:47 +0800 |
commit | 81d8ea95af0cfaaedca2fd1881199e113e6f5b41 (patch) | |
tree | 79058ee26e4d4ae48efcfeb56eeb1c06b216edaa /config | |
parent | 8a77798dac66a55b42005db8837508a5af0547cf (diff) | |
download | Nim-81d8ea95af0cfaaedca2fd1881199e113e6f5b41.tar.gz |
bump csource_v2 to include fixes for macos m1 (#21147)
Diffstat (limited to 'config')
-rw-r--r-- | config/build_config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/build_config.txt b/config/build_config.txt index 0ea963c39..286e0dc2a 100644 --- a/config/build_config.txt +++ b/config/build_config.txt @@ -2,4 +2,4 @@ nim_comment="key-value pairs for windows/posix bootstrapping build scripts" nim_csourcesDir=csources_v2 nim_csourcesUrl=https://github.com/nim-lang/csources_v2.git nim_csourcesBranch=master -nim_csourcesHash=32cf8431bb19f8803352a0ab3dbee5fec35d5ec6 +nim_csourcesHash=b66c420697c574be18a20dd4720248a715b4287e |