mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
lhapdf.pdf_sets: fix download url
This commit is contained in:
parent
f545816c62
commit
b83257ca5f
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user