Merge pull request #149230 from r-ryantm/auto-update/htop

htop: 3.1.1 -> 3.1.2
This commit is contained in:
Thiago Kenji Okada 2021-12-07 12:37:35 -03:00 committed by GitHub
commit 0005ad74d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ assert systemdSupport -> stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "htop";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
sha256 = "JnpuBa09U086wWp0OtsDnStF4aLjhvtEj371u5XFtqc=";
sha256 = "sha256-RKYS8UYZTVKMR/3DG31eqkG4knPRl8WXsZU/XGmGmAg=";
};
nativeBuildInputs = [ autoreconfHook ];