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:
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
version = "14.01.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.gz";
|
||||
url = "https://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.gz";
|
||||
sha256 = "12z8qi3da8q50mcsjsy5bnr4ia6ny5lkxvzy01a3c9blgbgcpxwq";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user