11 inherit pname version;
13 src = fetchFromGitHub {
17 hash = "sha256-CwJpkGNTDmtXfJx6GGz2XRU0fMeKl7I3fXm4BJ9MAQ4=";
20 vendorHash = "sha256-Ccvr+J+GDKnhlrlv0/kTaQYD986As7yb/h6Vyiuqjoc=";
23 description = "Modern top command that charts system metrics like CPU load, network IO, etc in the terminal";
24 changelog = "https://github.com/bakks/poptop/releases/tag/v${version}";
25 homepage = "https://github.com/bakks/poptop";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
28 mainProgram = "poptop";