mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* Fix url.
svn path=/nixpkgs/trunk/; revision=3151
This commit is contained in:
parent
91e3087c6c
commit
fbdbdb7105
@ -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 New Issue
Block a user