Merge pull request #254048 from figsoda/ttop

ttop: 1.2.3 -> 1.2.4
This commit is contained in:
Nick Cao 2023-09-08 12:53:24 -04:00 committed by GitHub
commit 1391df7d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];