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:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.7.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.apache.org/dist/santuario/c-library/${name}.tar.gz";
|
||||
url = "https://www.apache.org/dist/santuario/c-library/${name}.tar.gz";
|
||||
sha256 = "e5226e7319d44f6fd9147a13fb853f5c711b9e75bf60ec273a0ef8a190592583";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user