even more updates

This commit is contained in:
Daylin Morgan 2024-11-06 22:43:49 -06:00
parent 367d2e5523
commit c81c065701
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 4 additions and 4 deletions

View file

@ -8,5 +8,5 @@ buildNimblePackage {
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
doCheck = false; doCheck = false;
nimbleDepsHash = "sha256-68ausfWeGbiy/zcZYADarO7b2tusEnRSkFKYlcZ6boE="; nimbleDepsHash = "sha256-uNQy3EbNvwFlkPVxDrK1ptZ6rmxV4lQj2DYqRC8i8i8=";
} }

View file

@ -3,12 +3,12 @@
"packages": { "packages": {
"hwylterm": { "hwylterm": {
"version": "0.1.0", "version": "0.1.0",
"vcsRevision": "f1c3fdfe78dea7285cb759b4962d6d1848fce760", "vcsRevision": "a4e0f3fc7b34bac8e448dd35f58012d07dd4a0d0",
"url": "https://github.com/daylinmorgan/hwylterm", "url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [], "dependencies": [],
"checksums": { "checksums": {
"sha1": "885ef6dbddf0e4cb3a16e97943d2298fdd053569" "sha1": "848f75dc1bc910560e5e0038bf0a9ebf8d096385"
} }
} }
}, },

View file

@ -10,5 +10,5 @@ bin = @["tunnel"]
# Dependencies # Dependencies
requires "nim >= 2.0.8" requires "nim >= 2.0.8"
requires "https://github.com/daylinmorgan/hwylterm#HEAD" requires "https://github.com/daylinmorgan/hwylterm#a4e0f3f"