summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-16 14:58:40 +0800
committerGitHub <noreply@github.com>2022-12-16 07:58:40 +0100
commit644318ad9cbf079f33d8d7b6c5ead4a4429adb3e (patch)
tree31040c0c3ab671f188a783af0d53e753a7a3c814 /config
parent78b68421da0a678deb0c17cd03345d62410dbeac (diff)
downloadNim-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.txt6
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
a id='n147' href='#n147'>147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179