ttop: 0.8.6 -> 1.0.1

This commit is contained in:
R. Ryantm 2023-03-20 03:35:58 +00:00 committed by Emery Hemingway
parent 7e36f3c664
commit 65de6e9ee7

View file

@ -2,14 +2,14 @@
nimPackages.buildNimPackage rec {
pname = "ttop";
version = "0.8.6";
version = "1.0.1";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${version}";
hash = "sha256-2TuDaStWRsO02l8WhYLWX7vqsC0ne2adxrzqrFF9BfQ=";
hash = "sha256-x4Uczksh6p3XX/IMrOFtBxIleVHdAPX9e8n32VAUTC4=";
};
buildInputs = with nimPackages; [ asciigraph illwill parsetoml zippy ];