* Latest versions.

svn path=/nixpkgs/trunk/; revision=5482
This commit is contained in:
Eelco Dolstra
2006-06-21 15:54:46 +00:00
parent 9af9b95298
commit ffb94e0690
3 changed files with 9 additions and 9 deletions
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, ncurses }:
stdenv.mkDerivation {
name = "readline-5.0";
name = "readline-5.1";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/readline-5.0.tar.gz;
md5 = "9a39d15f1ed592883f8c6671e8c13120";
url = ftp://ftp.gnu.org/gnu/readline/readline-5.1.tar.gz;
md5 = "7ee5a692db88b30ca48927a13fd60e46";
};
inherit ncurses;
buildInputs = [ncurses];