mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge branch 'mysql-5.5.37' of git://github.com/proger/nixpkgs
mysql upgrade to 5.5.37
This commit is contained in:
commit
e1a72c00ce
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mysql-${version}";
|
||||
version = "5.5.34";
|
||||
version = "5.5.37";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://cdn.mysql.com/Downloads/MySQL-5.5/${name}.tar.gz";
|
||||
md5 = "930970a42d51e48599deb7fe01778a4a";
|
||||
md5 = "bf1d80c66d4822ec6036300399a33c03";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake bison ncurses openssl readline zlib ]
|
||||
|
Loading…
Reference in New Issue
Block a user