3
0
Fork 0
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:
Armijn Hemel 2006-08-13 10:29:44 +00:00
parent deeadfc6f5
commit e03c795456

View file

@ -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";
};