Skip to content

Commit 5079074

Browse files
authored
uses newer Nimony (#25249)
Old Nimony has unfixed issue nim-lang/nimony#1313. So #25243 doesn't work correctly with float literal `-0.0`. This PR updates the Nimony that fixed the issue.
1 parent 99a222d commit 5079074

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
@@ -16,7 +16,7 @@ const
1616
ChecksumsStableCommit = "0b8e46379c5bc1bf73d8b3011908389c60fb9b98" # 2.0.1
1717
SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01"
1818

19-
NimonyStableCommit = "1dbabac403ae32e185ee4c29f006d04e04b50c6d" # unversioned \
19+
NimonyStableCommit = "3660f375dc0ec25da3401d3eb28603864340dc6d" # unversioned \
2020
# Note that Nimony uses Nim as a git submodule but we don't want to install
2121
# Nimony's dependency to Nim as we are Nim. So a `git clone` without --recursive
2222
# is **required** here.

0 commit comments

Comments
 (0)