forked from mirrors/nixpkgs
bump to 5.0.77
svn path=/nixpkgs/trunk/; revision=14437
This commit is contained in:
parent
e69b4bd8ed
commit
a952ab93ab
|
@ -3,11 +3,11 @@ args: with args;
|
|||
# Note: zlib is not required; MySQL can use an internal zlib.
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mysql-5.0.45";
|
||||
name = "mysql-5.0.77";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.45.tar.gz;
|
||||
sha256 = "e4443d8dc859ed53bd9f3bef143ce30c7f5dee66a02748e9a003136be25e0060";
|
||||
url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.77.tar.gz;
|
||||
sha256 = "1s0m991aynim8ny28cfwhjw0ly8j5d72xi00461w6yc2hlaijcd9";
|
||||
};
|
||||
|
||||
buildInputs = [ps ncurses zlib perl openssl];
|
||||
|
|
Loading…
Reference in a new issue