GNU Readline 6.1.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19222
This commit is contained in:
Ludovic Courtès 2010-01-05 11:27:54 +00:00
parent 2e9a37cce1
commit 1bc4535ed9
2 changed files with 3 additions and 7 deletions

View file

@ -1,8 +1,4 @@
# Automatically generated by `update-patch-set.sh'; do not edit.
patch: [
(patch "001" "1wbqnsxm4nd8rjckl8mdqcb82pphnsj2yxs4f2nf88kyhwzy544i")
(patch "002" "070c3jz8fs5q17yy3l70wxklgnw6hp5ac9zhb0jdnrr9hf0wi6kl")
(patch "003" "1gwssafy42hcijcynmlpqsasch7kqxbv2cqw0p7f9p2y6vp9ng2j")
(patch "004" "1yzaycdfqjs5jdl0k7qg9cx47bdlq9xs0m6lfq42ys3yscmb1jzm")
]

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, ncurses }:
stdenv.mkDerivation rec {
name = "readline-6.0";
name = "readline-6.1";
src = fetchurl {
url = "mirror://gnu/readline/${name}.tar.gz";
sha256 = "1pn13j6f9376kwki69050x3zh62yb1w31l37rws5nwr5q02xk68i";
sha256 = "0sd97zqdh4fc0zzgzpskkczwa2fmb0s89qdyndb6vkbcq04gdjph";
};
propagatedBuildInputs = [ncurses];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
(let
patch = nr: sha256:
fetchurl {
url = "mirror://gnu/readline/readline-6.0-patches/readline60-${nr}";
url = "mirror://gnu/readline/${name}-patches/readline61-${nr}";
inherit sha256;
};
in