Skip to content

Commit 11e4bd6

Browse files
authored
update the tooling versions (#24878)
1 parent e7f73bf commit 11e4bd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

koch.nim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
const
1313
# examples of possible values for repos: Head, ea82b54
14-
NimbleStableCommit = "123f97a5e4ee9ba35720c0869e19a047c43c797e" # 0.16.4
15-
AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504"
16-
ChecksumsStableCommit = "bd9bf4eaea124bf8d01e08f92ac1b14c6879d8d3"
14+
NimbleStableCommit = "b1dc28450f028aead0b7cf5da8adf2267db65f89" # 0.18.2
15+
AtlasStableCommit = "dd9961b1f8da8d1e8759860bc24c1bf3b1df423e" # 0.9
16+
ChecksumsStableCommit = "f8f6bd34bfa3fe12c64b919059ad856a96efcba0" # 2.0.1
1717
SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01"
1818

1919
# examples of possible values for fusion: #head, #ea82b54, 1.2.3
20-
FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014"
20+
FusionStableHash = "#562467452b32cb7a97410ea177f083e6d8405734"
2121
HeadHash = "#head"
2222
when not defined(windows):
2323
const

0 commit comments

Comments
 (0)