htop: 2.0.0 -> 2.0.1

This commit is contained in:
Tobias Geerinckx-Rice 2016-03-07 23:15:15 +01:00
parent e0fe8cf204
commit fedcbfce68

View File

@ -1,11 +1,12 @@
{ fetchFromGitHub, stdenv, autoreconfHook, ncurses }: { fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "htop-2.0.0"; name = "htop-${version}";
version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "1z8rzf3ndswk3090qypl0bqzq9f32w0ik2k5x4zd7jg4hkx66k7z"; sha256 = "0llj8ixgyjjq9vymsiysv7qnlc7f04jzm6lc9wm7nhcnymn7jg8z";
rev = "2.0.0"; rev = version;
repo = "htop"; repo = "htop";
owner = "hishamhm"; owner = "hishamhm";
}; };