diff --git a/nimble.lock b/nimble.lock index 21ad730..393e69f 100644 --- a/nimble.lock +++ b/nimble.lock @@ -3,12 +3,12 @@ "packages": { "hwylterm": { "version": "0.1.0", - "vcsRevision": "c40a0a2038338b6bbaa4179c76452f6f0d1ac87c", + "vcsRevision": "dbde9c91e972e101c6e9da4ad87a0b2fa6d1bee8", "url": "https://github.com/daylinmorgan/hwylterm", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "ba253b8643c6cd5abf98de5e1c89f961e14dc87c" + "sha1": "aa7def4e92d09001e407791bbe02f21c4d835158" } }, "illwill": { diff --git a/tsm.nimble b/tsm.nimble index e785c0b..8d80ea4 100644 --- a/tsm.nimble +++ b/tsm.nimble @@ -12,6 +12,6 @@ binDir = "bin" requires "nim >= 2.0.0" requires "illwill >= 0.4.1" -requires "https://github.com/daylinmorgan/hwylterm#c40a0a20" +requires "https://github.com/daylinmorgan/hwylterm#dbde9c91" requires "https://github.com/usu-dev/usu-nim"