bump hwylterm

This commit is contained in:
Daylin Morgan 2025-01-30 17:39:14 -06:00
parent c2ca0c6ffb
commit 3536b7c0fb
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 3 additions and 3 deletions

View file

@ -3,12 +3,12 @@
"packages": { "packages": {
"hwylterm": { "hwylterm": {
"version": "0.1.0", "version": "0.1.0",
"vcsRevision": "c40a0a2038338b6bbaa4179c76452f6f0d1ac87c", "vcsRevision": "dbde9c91e972e101c6e9da4ad87a0b2fa6d1bee8",
"url": "https://github.com/daylinmorgan/hwylterm", "url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [], "dependencies": [],
"checksums": { "checksums": {
"sha1": "ba253b8643c6cd5abf98de5e1c89f961e14dc87c" "sha1": "aa7def4e92d09001e407791bbe02f21c4d835158"
} }
}, },
"illwill": { "illwill": {

View file

@ -12,6 +12,6 @@ binDir = "bin"
requires "nim >= 2.0.0" requires "nim >= 2.0.0"
requires "illwill >= 0.4.1" 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" requires "https://github.com/usu-dev/usu-nim"