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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user