7 htop.overrideAttrs (oldAttrs: rec {
9 version = "unstable-2023-02-16";
11 src = fetchFromGitHub {
12 owner = "KoffeinFlummi";
14 rev = "b2b58f8f152343b70c33b79ba51a298024278621";
15 hash = "sha256-ZfdBAlnjoy8g6xwrR/i2+dGldMOfLlX6DRlNqB8pkGM=";
19 inherit (oldAttrs.meta) platforms license;
20 description = "Interactive process viewer for Linux, with vim-style keybindings";
21 homepage = "https://github.com/KoffeinFlummi/htop-vim";
22 maintainers = with maintainers; [ thiagokokada ];