htop: 3.2.2 -> 3.3.0

This commit is contained in:
Aaron Jheng 2024-01-10 18:58:47 +08:00 committed by Yaya
parent 30ce6d80a9
commit bf02f1351a

@ -11,13 +11,13 @@ assert systemdSupport -> stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "htop";
version = "3.2.2";
version = "3.3.0";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
sha256 = "sha256-OrlNE1A71q4XAauYNfumV1Ev1wBpFIBxPiw7aF++yjM=";
hash = "sha256-qDhQkzY2zj2yxbgFUXwE0MGEgAFOsAhnapUuetO9WTw=";
};
nativeBuildInputs = [ autoreconfHook ]