figsoda 2023-09-04 13:07:03 -04:00
parent 3c15feef77
commit 1fdf869662

View File

@ -2,14 +2,14 @@
nimPackages.buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.2.0";
version = "1.2.1";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-4Tjf4Qdpiu0ErH3dkff4cwYyw/8F8+VdFV9NZt8p/3o=";
hash = "sha256-3wRGeRR1M3jx6GKVd7wSjTdfVlBGF6u3jY3wtK3lAYI=";
};
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];