update hwylterm

This commit is contained in:
Daylin Morgan 2025-01-24 16:11:00 -06:00
parent 1bd6a9740a
commit 7893af6a7d
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 4 additions and 4 deletions

View file

@ -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": {

View file

@ -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}"
];

View file

@ -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"