htop-vim: unstable-2022-05-24 -> unstable-2023-02-16

+4 -4
+4 -4
pkgs/tools/system/htop/htop-vim.nix
··· 2 2 3 3 htop.overrideAttrs (oldAttrs: rec { 4 4 pname = "htop-vim"; 5 - version = "unstable-2022-05-24"; 5 + version = "unstable-2023-02-16"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "KoffeinFlummi"; 9 9 repo = pname; 10 - rev = "830ef7144940875d9d9716e33aff8651d164026e"; 11 - sha256 = "sha256-ojStkpWvhb+W3dWyRev0VwjtCVL/I9L8FhtXcQ+ODLA="; 10 + rev = "b2b58f8f152343b70c33b79ba51a298024278621"; 11 + hash = "sha256-ZfdBAlnjoy8g6xwrR/i2+dGldMOfLlX6DRlNqB8pkGM="; 12 12 }; 13 13 14 14 meta = with lib; { 15 - inherit (htop.meta) platforms license; 15 + inherit (oldAttrs.meta) platforms license; 16 16 description = "An interactive process viewer for Linux, with vim-style keybindings"; 17 17 homepage = "https://github.com/KoffeinFlummi/htop-vim"; 18 18 maintainers = with maintainers; [ thiagokokada ];