update hwylterm

This commit is contained in:
Daylin Morgan 2025-01-24 16:16:35 -06:00
parent a378428744
commit 52ef7a6539
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@
pname = "hyprman";
version = "unstable";
src = cleanSource ./.;
nimbleDepsHash = "sha256-tDhf7CrHtgtu9NNFzp3swnfeMYBFrvHsFwR0JeYul7Q=";
nimbleDepsHash = "sha256-+YgGP8/g/um9tmDP1IKhKKabtVes6H+x1qPYwjHcr4g=";
};
});
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);

View file

@ -13,4 +13,4 @@ bin = @["hyprman"]
requires "nim >= 2.0.8"
requires "yaml"
requires "jsony"
requires "https://github.com/daylinmorgan/hwylterm#f1cc95f8"
requires "https://github.com/daylinmorgan/hwylterm#c40a0a2"

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"
}
},
"jsony": {