diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-09-23 14:24:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 14:24:36 +0200 |
commit | f388817a795ac46490c44829340e1a4df5fd2bd1 (patch) | |
tree | 6c79e67697122f67b6bc1a0fb25756d5403e23bc /koch.nim | |
parent | b865c2a54b7d706b31b5eba29dfdbb16809aa400 (diff) | |
download | Nim-f388817a795ac46490c44829340e1a4df5fd2bd1.tar.gz |
update the Nimble version we ship with Nim (#12236)
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 5c1f2cafa..be7f038f1 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "da82e3111e662fc1b12f96b3cddd66c749c0f686" # master + NimbleStableCommit = "4007b2a778429a978e12307bf13a038029b4c4d9" # master when defined(gcc) and defined(windows): when defined(x86): |