* MySQL 4.1.18.

svn path=/nixpkgs/trunk/; revision=5037
This commit is contained in:
Eelco Dolstra 2006-03-14 16:37:09 +00:00
parent 920ff11c96
commit 6dd957cfe3

View File

@ -3,11 +3,11 @@
# Note: zlib is not required; MySQL can use an internal zlib. # Note: zlib is not required; MySQL can use an internal zlib.
stdenv.mkDerivation { stdenv.mkDerivation {
name = "mysql-4.1.16"; name = "mysql-4.1.18";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/mysql-4.1.16.tar.gz; url = http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz;
md5 = "13c5fdd05e28863db3a1261635890b5f"; md5 = "a2db4edb3e1e3b8e0f8c2242225ea513";
}; };
buildInputs = [ps ncurses zlib perl]; buildInputs = [ps ncurses zlib perl];