figsoda 2023-09-08 10:27:47 -04:00
parent c8a064ffcc
commit bb5082a234

View file

@ -2,14 +2,14 @@
nimPackages.buildNimPackage (finalAttrs: { nimPackages.buildNimPackage (finalAttrs: {
pname = "ttop"; pname = "ttop";
version = "1.2.3"; version = "1.2.4";
nimBinOnly = true; nimBinOnly = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "inv2004"; owner = "inv2004";
repo = "ttop"; repo = "ttop";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-YrPlE+vCA1ffV1y9QCh2W66L78HZfDRbGOflkwWLqGA="; hash = "sha256-kOYgqFKZ0TC54o6tQaxGA1i12sU8Mg9bEwbGoZiBZ0Y=";
}; };
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ]; buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];