Skip to content

Commit

Permalink
Nim now ships nimble with 0.14.1 version (#21120)
Browse files Browse the repository at this point in the history
* Nimble now uses latest patch

* Update koch.nim
  • Loading branch information
ringabout authored Dec 16, 2022
1 parent 296e7f5 commit 7fa983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

const
NimbleStableCommit = "0777f33d1ddbd505b3aa7b714032125349323ceb" # master
NimbleStableCommit = "afd03bc000f4013c48f52381728327dabfccfc4c" # master
# examples of possible values: #head, #ea82b54, 1.2.3
FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014"
HeadHash = "#head"
Expand Down

0 comments on commit 7fa983f

Please sign in to comment.