forked from mirrors/nixpkgs
fix download location. This file should really be copied to nix.cs.uu.nl
svn path=/nixpkgs/trunk/; revision=6112
This commit is contained in:
parent
deeadfc6f5
commit
e03c795456
|
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||
name = "mysql-4.1.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz;
|
||||
url = http://downloads.mysql.com/archives/mysql-4.1/mysql-4.1.18.tar.gz;
|
||||
md5 = "a2db4edb3e1e3b8e0f8c2242225ea513";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue