htop: updated to version 0.8.3

svn path=/nixpkgs/trunk/; revision=17355
This commit is contained in:
Peter Simons 2009-09-22 19:37:18 +00:00
parent 03043bce33
commit 8a9c1f6781

View File

@ -1,10 +1,10 @@
{fetchurl, stdenv, ncurses}:
stdenv.mkDerivation rec {
name = "htop-0.8.1";
name = "htop-0.8.3";
src = fetchurl {
url = "mirror://sourceforge/htop/${name}.tar.gz";
sha256 = "0a2x28ibz7bg18nnb75gdssxwys0xvzd760j1vnq5dx45wh2ibi5";
sha256 = "f03bac8999c57c399cbf4332831bcce905d0393d0f97f7e32a1407b48890dd9d";
};
buildInputs = [ncurses];
meta = {