lhapdf.pdf_sets: fix download url

This commit is contained in:
Dmitry Kalinkin
2020-02-21 19:36:34 -05:00
parent f545816c62
commit b83257ca5f

View File

@@ -6,7 +6,7 @@ let
inherit name;
src = fetchurl {
url = "https://www.hepforge.org/archive/lhapdf/pdfsets/6.2/${name}.tar.gz";
url = "http://lhapdfsets.web.cern.ch/lhapdfsets/current/${name}.tar.gz";
inherit sha256;
};