python-rhpl: fix mirror. unfortunately can't use mirror://fedora for this because this is a very old

package which isn't hosted by all the mirrors.
This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:58:14 +03:00
parent 1d07e3ef77
commit 58988f3325

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "rhpl-0.218";
src = fetchurl {
url = http://ftp.stw-bonn.de/pub/fedora/linux/releases/10/Everything/source/SRPMS/rhpl-0.218-1.src.rpm;
url = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archive.fedoraproject.org/fedora/linux/releases/10/Everything/source/SRPMS//rhpl-0.218-1.src.rpm;
md5 = "a72c6b66df782ca1d4950959d2aad292";
};