htop: 2.1.0 -> 2.2.0

This commit is contained in:
Tim Steinbach 2018-04-10 18:32:27 -04:00
parent d76725f3a5
commit ee4835add6
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -3,11 +3,11 @@ IOKit, python }:
stdenv.mkDerivation rec {
name = "htop-${version}";
version = "2.1.0";
version = "2.2.0";
src = fetchurl {
url = "http://hisham.hm/htop/releases/${version}/${name}.tar.gz";
sha256 = "0j07z0xm2gj1vzvbgh4323k4db9mr7drd7gw95mmpqi61ncvwq1j";
sha256 = "0mrwpb3cpn3ai7ar33m31yklj64c3pp576vh1naqff6f21pq5mnr";
};
nativeBuildInputs = [ python ];