Cython: fix source link

Fixes #16218.
This commit is contained in:
Alexey Shmalko 2016-06-13 23:13:01 +03:00
parent 8a37d9cb6d
commit 1191149cc8
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

View File

@ -3836,7 +3836,7 @@ in modules // {
version = "0.24";
src = pkgs.fetchurl {
url = "http://www.cython.org/release/${name}.tar.gz";
url = "mirror://pypi/C/Cython/${name}.tar.gz";
sha256 = "1wd3q97gia3zhsgcdlvxh26hkrf3m53i6r1l4g0yya119264vr3d";
};