GNU Readline 6.2: Update patch set.

svn path=/nixpkgs/branches/stdenv-updates/; revision=29603
This commit is contained in:
Ludovic Courtès 2011-10-03 17:35:04 +00:00
parent 07b8c666f7
commit 41d04539a6
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
# Automatically generated by `update-patch-set.sh'; do not edit.
patch: [
(patch "001" "1qxl74f4n0hv4a807byrgbk4ixd8m50apj3922q2ss9pfi0nra1q")
]

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation (rec {
inherit sha256;
};
in
import ./readline-patches.nix patch);
import ./readline-6.2-patches.nix patch);
meta = {
description = "GNU Readline, a library for interactive line editing";