htop: 3.2.0 -> 3.2.1

This commit is contained in:
Sandro Jäckel 2022-06-06 16:05:50 +02:00
parent f5bd5bb0c9
commit 85731306fe
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,13 +9,13 @@ assert systemdSupport -> stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "htop";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
sha256 = "sha256-p/lc7G/XFllulXrM47mPE6W5vVuoi4uXB8To36PIgZo=";
sha256 = "sha256-MwtsvdPHcUdegsYj9NGyded5XJQxXri1IM1j4gef1Xk=";
};
nativeBuildInputs = [ autoreconfHook ];