fastnlo_toolkit: add a backup url for src

This commit is contained in:
Dmitry Kalinkin 2021-05-01 12:33:44 -04:00
parent 4c00f66ef6
commit f0c328e4a4
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -18,7 +18,10 @@ stdenv.mkDerivation rec {
version = "2.3.1pre-2411";
src = fetchurl {
url = "https://fastnlo.hepforge.org/code/v23/${pname}-${version}.tar.gz";
urls = [
"https://fastnlo.hepforge.org/code/v23/${pname}-${version}.tar.gz"
"https://sid.ethz.ch/debian/fastnlo/${pname}-${version}.tar.gz"
];
sha256 = "0fm9k732pmi3prbicj2yaq815nmcjll95fagjqzf542ng3swpqnb";
};