GNU Ncurses 5.9.

svn path=/nixpkgs/branches/stdenv-updates/; revision=29587
This commit is contained in:
Ludovic Courtès 2011-10-02 20:35:44 +00:00
parent 5bd43ca25f
commit 3e8b08d2fc

View file

@ -11,11 +11,11 @@ let
cxx = stdenv.system != "i386-sunos";
in
stdenv.mkDerivation (rec {
name = "ncurses-5.7";
name = "ncurses-5.9";
src = fetchurl {
url = "mirror://gnu/ncurses/${name}.tar.gz";
sha256 = "1x4q6kma6zgg438llbgiac3kik7j2lln9v97jdffv3fyqyjxx6qa";
sha256 = "0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh";
};
crossAttrs = {