forked from mirrors/nixpkgs
GNU Readline: Fix typo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=29606
This commit is contained in:
parent
eff71744ea
commit
eaaaad5203
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue