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
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "antlr-2.7.7";
src = fetchurl {
url = "http://www.antlr2.org/download/antlr-2.7.7.tar.gz";
url = "https://www.antlr2.org/download/antlr-2.7.7.tar.gz";
sha256 = "1ffvcwdw73id0dk6pj2mlxjvbg0662qacx4ylayqcxgg381fnfl5";
};
patches = [ ./2.7.7-fixes.patch ];
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "antlr-${version}";
version = "3.4";
src = fetchurl {
url ="http://www.antlr3.org/download/antlr-${version}-complete.jar";
url ="https://www.antlr3.org/download/antlr-${version}-complete.jar";
sha256 = "1xqbam8vf04q5fasb0m2n1pn5dbp2yw763sj492ncq04c5mqcglx";
};
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "antlr-${version}";
version = "3.5.2";
src = fetchurl {
url ="http://www.antlr3.org/download/antlr-${version}-complete.jar";
url ="https://www.antlr3.org/download/antlr-${version}-complete.jar";
sha256 = "0srjwxipwsfzmpi0v32d1l5lzk9gi5in8ayg33sq8wyp8ygnbji6";
};
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "antlr-${version}";
version = "4.7.1";
src = fetchurl {
url ="http://www.antlr.org/download/antlr-${version}-complete.jar";
url ="https://www.antlr.org/download/antlr-${version}-complete.jar";
sha256 = "1236gwnzchama92apb2swmklnypj01m7bdwwfvwvl8ym85scw7gl";
};
@@ -8,7 +8,7 @@ let
name = "ragel-${version}";
src = fetchurl {
url = "http://www.colm.net/files/ragel/${name}.tar.gz";
url = "https://www.colm.net/files/ragel/${name}.tar.gz";
inherit sha256;
};