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

This commit is contained in:
Thiago Kenji Okada 2023-02-24 19:25:57 +00:00
parent fb31cca5ee
commit 0dc164866a

View File

@ -2,17 +2,17 @@
htop.overrideAttrs (oldAttrs: rec { htop.overrideAttrs (oldAttrs: rec {
pname = "htop-vim"; pname = "htop-vim";
version = "unstable-2022-05-24"; version = "unstable-2023-02-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KoffeinFlummi"; owner = "KoffeinFlummi";
repo = pname; repo = pname;
rev = "830ef7144940875d9d9716e33aff8651d164026e"; rev = "b2b58f8f152343b70c33b79ba51a298024278621";
sha256 = "sha256-ojStkpWvhb+W3dWyRev0VwjtCVL/I9L8FhtXcQ+ODLA="; hash = "sha256-ZfdBAlnjoy8g6xwrR/i2+dGldMOfLlX6DRlNqB8pkGM=";
}; };
meta = with lib; { meta = with lib; {
inherit (htop.meta) platforms license; inherit (oldAttrs.meta) platforms license;
description = "An interactive process viewer for Linux, with vim-style keybindings"; description = "An interactive process viewer for Linux, with vim-style keybindings";
homepage = "https://github.com/KoffeinFlummi/htop-vim"; homepage = "https://github.com/KoffeinFlummi/htop-vim";
maintainers = with maintainers; [ thiagokokada ]; maintainers = with maintainers; [ thiagokokada ];