Merge pull request #12929 from kragniz/htop-2.0

htop: 1.0.3-239-229d0058 -> 2.0.0
This commit is contained in:
Peter Simons 2016-02-11 09:10:00 +01:00
commit c9fba4a36c

View File

@ -1,11 +1,11 @@
{ fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
stdenv.mkDerivation rec {
name = "htop-1.0.3-239-229d0058";
name = "htop-2.0.0";
src = fetchFromGitHub {
sha256 = "1bym6ligd8db4iyv2m1y7aylh7f9fmk71v67rkhird05hx1xb80r";
rev = "229d005851af8dca595b3df8e385375fb9c382b4";
sha256 = "1z8rzf3ndswk3090qypl0bqzq9f32w0ik2k5x4zd7jg4hkx66k7z";
rev = "2.0.0";
repo = "htop";
owner = "hishamhm";
};