3
0
Fork 0
forked from mirrors/nixpkgs

htop: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2021-12-07 03:48:08 +00:00
parent 2853aa3477
commit 8feff1e9f7

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 ];