fix atlas nightlies regresion; fixes the hash value (#22080)

This commit is contained in:
ringabout
2023-06-12 23:25:30 +08:00
committed by GitHub
parent 71801c2b8f
commit 93cace160e

View File

@@ -10,11 +10,13 @@
#
const
# examples of possible values for repos: Head, ea82b54
NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master
AtlasStableCommit = "#head"
# examples of possible values: #head, #ea82b54, 1.2.3
FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014"
AtlasStableCommit = "Head"
ChecksumsStableCommit = "b4c73320253f78e3a265aec6d9e8feb83f97c77b"
# examples of possible values for fusion: #head, #ea82b54, 1.2.3
FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014"
HeadHash = "#head"
when not defined(windows):
const