mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 New Issue
Block a user