Skip to content

Commit af9219a

Browse files
authored
fixes #24881; build_all.sh koch tools fails to build atlas (#24884)
fixes #24881 To test: `nim c koch.nim` + delete the `dist` directory
1 parent 3d14381 commit af9219a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koch.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const
1313
# examples of possible values for repos: Head, ea82b54
1414
NimbleStableCommit = "b1dc28450f028aead0b7cf5da8adf2267db65f89" # 0.18.2
15-
AtlasStableCommit = "dd9961b1f8da8d1e8759860bc24c1bf3b1df423e" # 0.9
15+
AtlasStableCommit = "26cecf4d0cc038d5422fc1aa737eec9c8803a82b" # 0.9
1616
ChecksumsStableCommit = "f8f6bd34bfa3fe12c64b919059ad856a96efcba0" # 2.0.1
1717
SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01"
1818

0 commit comments

Comments
 (0)