Unverified Commit 1a8025cc authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #218066 from thiagokokada/bump-htop-vim

htop-vim: unstable-2022-05-24 -> unstable-2023-02-16
parents 5798b8c5 0dc16486
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,17 +2,17 @@

htop.overrideAttrs (oldAttrs: rec {
  pname = "htop-vim";
  version = "unstable-2022-05-24";
  version = "unstable-2023-02-16";

  src = fetchFromGitHub {
    owner = "KoffeinFlummi";
    repo = pname;
    rev = "830ef7144940875d9d9716e33aff8651d164026e";
    sha256 = "sha256-ojStkpWvhb+W3dWyRev0VwjtCVL/I9L8FhtXcQ+ODLA=";
    rev = "b2b58f8f152343b70c33b79ba51a298024278621";
    hash = "sha256-ZfdBAlnjoy8g6xwrR/i2+dGldMOfLlX6DRlNqB8pkGM=";
  };

  meta = with lib; {
    inherit (htop.meta) platforms license;
    inherit (oldAttrs.meta) platforms license;
    description = "An interactive process viewer for Linux, with vim-style keybindings";
    homepage = "https://github.com/KoffeinFlummi/htop-vim";
    maintainers = with maintainers; [ thiagokokada ];