htop: updated to version 0.9
svn path=/nixpkgs/trunk/; revision=27680
This commit is contained in:
parent
758e85cfac
commit
f15dca4c9c
@ -1,12 +1,18 @@
|
|||||||
{fetchurl, stdenv, ncurses}:
|
{fetchurl, stdenv, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
name = "htop-0.8.3";
|
name = "htop-0.9";
|
||||||
|
in
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/htop/${name}.tar.gz";
|
url = "mirror://sourceforge/htop/${name}.tar.gz";
|
||||||
sha256 = "f03bac8999c57c399cbf4332831bcce905d0393d0f97f7e32a1407b48890dd9d";
|
sha256 = "4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ncurses];
|
buildInputs = [ncurses];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An interactive process viewer for Linux";
|
description = "An interactive process viewer for Linux";
|
||||||
homepage = "http://htop.sourceforge.net";
|
homepage = "http://htop.sourceforge.net";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user