Merge pull request #253293 from figsoda/ttop

ttop: 1.2.0 -> 1.2.1
This commit is contained in:
Nick Cao 2023-09-04 16:43:01 -04:00 committed by GitHub
commit 9389214e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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