diff options
author | Miran <narimiran@disroot.org> | 2021-09-20 13:24:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 13:24:44 +0200 |
commit | 3d7c52f3cd6c08a175a8e8f8ed79757dd027648f (patch) | |
tree | 19a841153724e74b8f8ef8d9d3e099faee78706f /koch.nim | |
parent | 14ced06bb1ef7f23fc6391d16763f1421a3edc80 (diff) | |
download | Nim-3d7c52f3cd6c08a175a8e8f8ed79757dd027648f.tar.gz |
[backport] Revert "use new Nimble, with lockfiles (#18810)" (#18872)
This reverts commit f373c17ad926b669bb3b5819ae1dff4bde1da88a. For more details, see: - https://github.com/nim-lang/nimble/issues/940 - https://github.com/nim-lang/Nim/issues/18840 - https://forum.nim-lang.org/t/8404
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index e42ea53de..8dd897028 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "795704833ddfd0cdaefb45c60551d3ea205279ef" # master + NimbleStableCommit = "d13f3b8ce288b4dc8c34c219a4e050aaeaf43fc9" # master # examples of possible values: #head, #ea82b54, 1.2.3 FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" HeadHash = "#head" |