GNU Readline: Fix typo.

svn path=/nixpkgs/branches/stdenv-updates/; revision=29606
This commit is contained in:
Ludovic Courtès 2011-10-03 19:27:10 +00:00
parent eff71744ea
commit eaaaad5203

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation (rec {
(let
patch = nr: sha256:
fetchurl {
url = "mirror://gnu/readline/${name}-patches/readline61-${nr}";
url = "mirror://gnu/readline/${name}-patches/readline62-${nr}";
inherit sha256;
};
in