htop: 3.4.1 -> 3.5.0

Changes: https://github.com/htop-dev/htop/blob/3.5.0/ChangeLog
This commit is contained in:
Sergei Trofimovich
2026-04-12 21:35:13 +01:00
parent a5a7cf1664
commit 77e9049646
+2 -2
View File
@@ -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 {