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:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.1.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.musl-libc.org/releases/musl-${version}.tar.gz";
|
||||
url = "https://www.musl-libc.org/releases/musl-${version}.tar.gz";
|
||||
sha256 = "1nf1wh44bhm8gdcfr75ayib29b99vpq62zmjymrq7f96h9bshnfv";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user