From 475b010143aa77a584ac51bc4934860cf22d0eb6 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Mon, 6 Jun 2022 18:26:38 +0100 Subject: [PATCH] htop-vim: unstable-2021-10-11 -> unstable-2022-05-24 --- pkgs/tools/system/htop/htop-vim.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/system/htop/htop-vim.nix b/pkgs/tools/system/htop/htop-vim.nix index 05af41ae0ce4..c2ec5b9ddffb 100644 --- a/pkgs/tools/system/htop/htop-vim.nix +++ b/pkgs/tools/system/htop/htop-vim.nix @@ -2,20 +2,19 @@ htop.overrideAttrs (oldAttrs: rec { pname = "htop-vim"; - version = "unstable-2021-10-11"; + version = "unstable-2022-05-24"; src = fetchFromGitHub { owner = "KoffeinFlummi"; repo = pname; - rev = "ba6fd3891e9af60b41bd092524cc05f2469fec4b"; - sha256 = "sha256-G83+5GgEz41begDkdK8zNx48UleufFCJ9pOQ9nbtFNs="; + rev = "830ef7144940875d9d9716e33aff8651d164026e"; + sha256 = "sha256-ojStkpWvhb+W3dWyRev0VwjtCVL/I9L8FhtXcQ+ODLA="; }; meta = with lib; { + inherit (htop.meta) platforms license; description = "An interactive process viewer for Linux, with vim-style keybindings"; homepage = "https://github.com/KoffeinFlummi/htop-vim"; - license = licenses.gpl2Only; - platforms = platforms.all; maintainers = with maintainers; [ thiagokokada ]; mainProgram = "htop"; };