diff --git a/nimble.lock b/nimble.lock index dd77401..21ad730 100644 --- a/nimble.lock +++ b/nimble.lock @@ -3,12 +3,12 @@ "packages": { "hwylterm": { "version": "0.1.0", - "vcsRevision": "f1cc95f86edcc00665fc8280f57edc0e83d461f9", + "vcsRevision": "c40a0a2038338b6bbaa4179c76452f6f0d1ac87c", "url": "https://github.com/daylinmorgan/hwylterm", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "433522bac3b8f3caae252a1a42867ed8dc91f4d2" + "sha1": "ba253b8643c6cd5abf98de5e1c89f961e14dc87c" } }, "illwill": { diff --git a/nix/flake.nix b/nix/flake.nix index d916f03..8a910c0 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -43,7 +43,7 @@ pname = "tsm"; version = "2024.1001-unstable"; src = ../.; - nimbleDepsHash = "sha256-Z+KX1r4tpLQc3hTp2HYI6aLM2cwUCFlWIU8QP/Jx7h4="; + nimbleDepsHash = "sha256-Wk378yjbvv/6JqtH+QNp1kLVPspi3ch4+Bd+jRiLDQU="; nimFlags = [ "-d:TsmVersion=v${version}" ]; diff --git a/tsm.nimble b/tsm.nimble index 93ab95a..e785c0b 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#f1cc95f8" +requires "https://github.com/daylinmorgan/hwylterm#c40a0a20" requires "https://github.com/usu-dev/usu-nim"