mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
change it to the latest branch instead of head (#22086)
Who knows what's wrong with git
This commit is contained in:
2
koch.nim
2
koch.nim
@@ -12,7 +12,7 @@
|
||||
const
|
||||
# examples of possible values for repos: Head, ea82b54
|
||||
NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master
|
||||
AtlasStableCommit = "Head"
|
||||
AtlasStableCommit = "master"
|
||||
ChecksumsStableCommit = "b4c73320253f78e3a265aec6d9e8feb83f97c77b"
|
||||
|
||||
# examples of possible values for fusion: #head, #ea82b54, 1.2.3
|
||||
|
||||
Reference in New Issue
Block a user