htop: 3.5.0 -> 3.5.1 (#514852)

This commit is contained in:
Thiago Kenji Okada
2026-04-30 16:58:04 +00:00
committed by GitHub
+2 -2
View File
@@ -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 {