1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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