treewide: http -> https sources (#42676)

* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
This commit is contained in:
Silvan Mosberger
2018-06-28 20:43:35 +02:00
committed by xeji
parent 9fb3a04761
commit 57bccb3cb8
606 changed files with 627 additions and 627 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "cernlib-${version}";
src = fetchurl {
url = "http://cernlib.web.cern.ch/cernlib/download/${version}_source/tar/${version}_src.tar.gz";
url = "https://cernlib.web.cern.ch/cernlib/download/${version}_source/tar/${version}_src.tar.gz";
sha256 = "0awla1rl96z82br7slcmg8ks1d2a7slk6dj79ywb871j2ksi3fky";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.3.1pre-2402";
src = fetchurl {
url = "http://fastnlo.hepforge.org/code/v23/${name}.tar.gz";
url = "https://fastnlo.hepforge.org/code/v23/${name}.tar.gz";
sha256 = "1h41xnqcz401x3zbs8i2dsb4xlhbv8i5ps0561p6y7gcyridgcbl";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "7.1.3";
src = fetchurl {
url = "http://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
sha256 = "1iq1h5ap86729c4pfkswzfh0l2v20fyvqsb15c35g0407l54wfqm";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "6.2.1";
src = fetchurl {
url = "http://www.hepforge.org/archive/lhapdf/LHAPDF-${version}.tar.gz";
url = "https://www.hepforge.org/archive/lhapdf/LHAPDF-${version}.tar.gz";
sha256 = "0bi02xcmq5as0wf0jn6i3hx0qy0hj61m02sbrbzd1gwjhpccwmvd";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.0.2";
src = fetchurl {
url = "http://www.hepforge.org/archive/mcgrid/${name}.tar.gz";
url = "https://www.hepforge.org/archive/mcgrid/${name}.tar.gz";
sha256 = "1mw82x7zqbdchnd6shj3dirsav5i2cndp2hjwb8a8xdh4xh9zvfy";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "4.1.3";
src = fetchurl {
url = "http://desy.de/~znagy/hep-programs/nlojet++/nlojet++-${version}.tar.gz";
url = "https://desy.de/~znagy/hep-programs/nlojet++/nlojet++-${version}.tar.gz";
sha256 = "18qfn5kjzvnyh29x40zm2maqzfmrnay9r58n8pfpq5lcphdhhv8p";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.6.0";
src = fetchurl {
url = "http://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
sha256 = "007rwal8wx2k9gs0r6kym6ix0siz0x9l55q9myq41siirpf2jcpv";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.1.3";
src = fetchurl {
url = "http://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
sha256 = "030wpk78mwb56iph5iqmblsxgzpydsa25bbkv07bihihfm8gds0n";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.7.0";
src = fetchurl {
url = "http://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
sha256 = "0fyf6ld1klzlfmr5sl1jxzck4a0h14zfkrff8397rn1fqnqbzmmk";
};