diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-16 14:58:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 07:58:40 +0100 |
commit | 644318ad9cbf079f33d8d7b6c5ead4a4429adb3e (patch) | |
tree | 31040c0c3ab671f188a783af0d53e753a7a3c814 /config | |
parent | 78b68421da0a678deb0c17cd03345d62410dbeac (diff) | |
download | Nim-644318ad9cbf079f33d8d7b6c5ead4a4429adb3e.tar.gz |
the devel branch now uses csources_v2 (#21108)
* the devel branch now uses csources_v2 * fixes hash * bump csources_v2
Diffstat (limited to 'config')
-rw-r--r-- | config/build_config.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/build_config.txt b/config/build_config.txt index 15f44bb57..3ae618f00 100644 --- a/config/build_config.txt +++ b/config/build_config.txt @@ -1,5 +1,5 @@ nim_comment="key-value pairs for windows/posix bootstrapping build scripts" -nim_csourcesDir=csources_v1 -nim_csourcesUrl=https://github.com/nim-lang/csources_v1.git +nim_csourcesDir=csources_v2 +nim_csourcesUrl=https://github.com/nim-lang/csources_v2.git nim_csourcesBranch=master -nim_csourcesHash=561b417c65791cd8356b5f73620914ceff845d10 +nim_csourcesHash=ffd834c20915dc04c78eb0d3b2162832e7ec9c13 |