3
0
Fork 0
forked from mirrors/nixpkgs

GNU Readline 6.2.

svn path=/nixpkgs/branches/stdenv-updates/; revision=26118
This commit is contained in:
Ludovic Courtès 2011-02-25 15:28:26 +00:00
parent 99a303b0dc
commit c1cfa58556

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, ncurses }:
stdenv.mkDerivation rec {
name = "readline-6.1";
name = "readline-6.2";
src = fetchurl {
url = "mirror://gnu/readline/${name}.tar.gz";
sha256 = "0sd97zqdh4fc0zzgzpskkczwa2fmb0s89qdyndb6vkbcq04gdjph";
sha256 = "10ckm2bd2rkxhvdmj7nmbsylmihw0abwcsnxf8y27305183rd9kr";
};
propagatedBuildInputs = [ncurses];