3
0
Fork 0
forked from mirrors/nixpkgs

bump to 5.0.77

svn path=/nixpkgs/trunk/; revision=14437
This commit is contained in:
Armijn Hemel 2009-03-07 14:11:45 +00:00
parent e69b4bd8ed
commit a952ab93ab

View file

@ -3,11 +3,11 @@ args: with args;
# 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-5.0.45"; name = "mysql-5.0.77";
src = fetchurl { src = fetchurl {
url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.45.tar.gz; url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.77.tar.gz;
sha256 = "e4443d8dc859ed53bd9f3bef143ce30c7f5dee66a02748e9a003136be25e0060"; sha256 = "1s0m991aynim8ny28cfwhjw0ly8j5d72xi00461w6yc2hlaijcd9";
}; };
buildInputs = [ps ncurses zlib perl openssl]; buildInputs = [ps ncurses zlib perl openssl];