Merge pull request #261061 from figsoda/ttop

ttop: 1.2.5 -> 1.2.6
This commit is contained in:
Weijia Wang 2023-10-14 22:48:40 +02:00 committed by GitHub
commit 1eaefa6e2d
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.5";
version = "1.2.6";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-GMGGkpBX+pmZ+TSDRs2N3H4Bwa3oXSDo9vM192js7Ww=";
hash = "sha256-rTvEL9MkRJuynu50g8TXitYKnfXsa6PpkfEDaX0nfJs=";
};
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];