* Latest Ruby.

svn path=/nixpkgs/trunk/; revision=8887
This commit is contained in:
Eelco Dolstra 2007-06-18 10:23:09 +00:00
parent 84649f5303
commit a08bb7f48c
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, ncurses, readline}:
stdenv.mkDerivation {
name = "ruby-1.8.4";
name = "ruby-1.8.6";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/ruby-1.8.4.tar.gz;
md5 = "bd8c2e593e1fa4b01fd98eaf016329bb";
url = ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6.tar.gz;
md5 = "23d2494aa94e7ae1ecbbb8c5e1507683";
};
buildInputs = [ncurses readline];

View file

@ -131,6 +131,7 @@ let {
quake3demo
readline
rsync
ruby
screen
sdf
slim