Fix broken URL
Fix #6219, but no longer uses the mirrors. They probably need updating
This commit is contained in:
parent
1791adefb2
commit
d49405a5ab
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
version = "5.5.40";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://mysql/MySQL-5.5/${name}.tar.gz";
|
||||
url = "http://cdn.mysql.com/archives/mysql-5.5/${name}.tar.gz";
|
||||
sha256 = "0q29nzmmxm78b89qjfzgm93r0glaam3xw3zfx1k8ihii39v22dsd";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user