From 60487e5fd981f947be640dbd6d2b6a8b1aaf0abb Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 29 Apr 2026 21:55:16 +0100 Subject: [PATCH] htop: 3.5.0 -> 3.5.1 Changes: https://github.com/htop-dev/htop/blob/3.5.1/ChangeLog --- pkgs/by-name/ht/htop/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ht/htop/package.nix b/pkgs/by-name/ht/htop/package.nix index a159d4b3dce0..4ae8a43bd410 100644 --- a/pkgs/by-name/ht/htop/package.nix +++ b/pkgs/by-name/ht/htop/package.nix @@ -19,13 +19,13 @@ assert systemdSupport -> stdenv.hostPlatform.isLinux; stdenv.mkDerivation (finalAttrs: { pname = "htop" + lib.optionalString withVimKeys "-vim"; - version = "3.5.0"; + version = "3.5.1"; src = fetchFromGitHub { owner = "htop-dev"; repo = "htop"; tag = finalAttrs.version; - hash = "sha256-RVJH7osffP3vU74A3e2mjGBAB0ZPMBisBL8n2kDMB+Q="; + hash = "sha256-mw7pixNk+AF2Hz8YUkkUleQpR8yNF0pb1NjYgID076A="; }; patches = lib.optional withVimKeys (fetchpatch2 {