diff options
author | Miran <narimiran@disroot.org> | 2021-02-19 20:33:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 20:33:01 +0100 |
commit | da52e81327594ac65c80ddc8d2c7cb152f4b1b24 (patch) | |
tree | 64ebbaae60be1599645abd6f0623953b0b67d83b /koch.nim | |
parent | 1018f51fce5e4fe5d729c16f40657ff57085451f (diff) | |
download | Nim-da52e81327594ac65c80ddc8d2c7cb152f4b1b24.tar.gz |
[backport:1.2] update nimble commit hash (#17109)
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 0cfe318cd..7e2682599 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master + NimbleStableCommit = "d13f3b8ce288b4dc8c34c219a4e050aaeaf43fc9" # master # examples of possible values: #head, #ea82b54, 1.2.3 FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" HeadHash = "#head" |