Author: simons
Date: Fri Jul 8 22:45:28 2011
New Revision: 27680
URL: https://svn.nixos.org/websvn/nix/?rev=27680&sc=1
Log:
htop: updated to version 0.9
Modified:
nixpkgs/trunk/pkgs/os-specific/linux/htop/default.nix
Modified: nixpkgs/trunk/pkgs/os-specific/linux/htop/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/htop/default.nix Fri Jul 8
22:45:23 2011 (r27679)
+++ nixpkgs/trunk/pkgs/os-specific/linux/htop/default.nix Fri Jul 8
22:45:28 2011 (r27680)
@@ -1,12 +1,18 @@
{fetchurl, stdenv, ncurses}:
-stdenv.mkDerivation rec {
- name = "htop-0.8.3";
+let
+ name = "htop-0.9";
+in
+stdenv.mkDerivation {
+ inherit name;
+
src = fetchurl {
url = "mirror://sourceforge/htop/${name}.tar.gz";
- sha256 =
"f03bac8999c57c399cbf4332831bcce905d0393d0f97f7e32a1407b48890dd9d";
+ sha256 =
"4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd";
};
+
buildInputs = [ncurses];
+
meta = {
description = "An interactive process viewer for Linux";
homepage = "http://htop.sourceforge.net";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits