summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2021-02-09 19:02:07 +0100
committerGitHub <noreply@github.com>2021-02-09 19:02:07 +0100
commit0d34345f29aa3b862f21c8dcff6b94b5ac5b9572 (patch)
tree645193c73b8818bee860483517d8858ebf626180 /koch.nim
parent9edf719e1e75449c681edaf7a65c0b8691a4ef97 (diff)
downloadNim-0d34345f29aa3b862f21c8dcff6b94b5ac5b9572.tar.gz
[backport:1.2] update the nimble commit hash to the latest one (#16971)
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 6057f8cff..91e0fbdf0 100644
--- a/koch.nim
+++ b/koch.nim
@@ -10,7 +10,7 @@
 #
 
 const
-  NimbleStableCommit = "8f7af860c5ce9634af880a7081c6435e1f2a5148" # master
+  NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master
   FusionStableCommit = "372ee4313827ef9f2ea388840f7d6b46c2b1b014"
 
 when not defined(windows):