ttop 0.8.6 -> 1.0.1 https://github.com/inv2004/ttop/releases attrpath: ttop Checking auto update branch... No auto update branch exists Old version 0.8.6" not present in master derivation file with contents: { lib, nimPackages, fetchFromGitHub }: nimPackages.buildNimPackage rec { pname = "ttop"; version = "1.0.1"; nimBinOnly = true; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${version}"; hash = "sha256-x4Uczksh6p3XX/IMrOFtBxIleVHdAPX9e8n32VAUTC4="; }; buildInputs = with nimPackages; [ asciigraph illwill parsetoml zippy ]; meta = with lib; src.meta // { description = "Top-like system monitoring tool"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ sikmir ]; }; }