mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
htop: updated to version 0.8.3
svn path=/nixpkgs/trunk/; revision=17355
This commit is contained in:
parent
03043bce33
commit
8a9c1f6781
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user