Skip to content

Commit

Permalink
fix atlas nightlies regresion; fixes the hash value (#22080)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Jun 12, 2023
1 parent 71801c2 commit 93cace1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93cace1

Please sign in to comment.