From 77e9049646721bc67ef47109fc1595d4f987daa1 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 12 Apr 2026 21:33:04 +0100 Subject: [PATCH] htop: 3.4.1 -> 3.5.0 Changes: https://github.com/htop-dev/htop/blob/3.5.0/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 55a8c08f49be..8b0dcb321964 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.4.1"; + version = "3.5.0"; src = fetchFromGitHub { owner = "htop-dev"; repo = "htop"; tag = finalAttrs.version; - hash = "sha256-fVqQwXbJus2IVE1Bzf3yJJpKK4qcZN/SCTX1XYkiHhU="; + hash = "sha256-RVJH7osffP3vU74A3e2mjGBAB0ZPMBisBL8n2kDMB+Q="; }; patches = lib.optional withVimKeys (fetchpatch2 {