ttop: 1.2.6 -> 1.2.7

This commit is contained in:
R. Ryantm 2023-11-01 10:34:40 +00:00 committed by Jörg Thalheim
parent 5c13ea97ad
commit 127c7e5787

View File

@ -2,14 +2,14 @@
nimPackages.buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.2.6";
version = "1.2.7";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-rTvEL9MkRJuynu50g8TXitYKnfXsa6PpkfEDaX0nfJs=";
hash = "sha256-oPdaUqh6eN1X5kAYVvevOndkB/xnQng9QVLX9bu5P5E=";
};
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];