* Fix url.
svn path=/nixpkgs/trunk/; revision=3151
This commit is contained in:
parent
91e3087c6c
commit
fbdbdb7105
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||
name = "mysql-4.1.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-4.1.12.tar.gz/from/http://mysql.mirror.nedlinux.nl/;
|
||||
url = http://mysql.mirror.nedlinux.nl/Downloads/MySQL-4.1/mysql-4.1.12.tar.gz;
|
||||
md5 = "56a6f5cacd97ae290e07bbe19f279af1";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue