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:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "cabextract-1.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.cabextract.org.uk/${name}.tar.gz";
|
||||
url = "https://www.cabextract.org.uk/${name}.tar.gz";
|
||||
sha256 = "1ysmmz25fjghq7mxb2anyyvr1ljxqxzi4piwjhk0sdamcnsn3rnf";
|
||||
};
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "cromfs-1.5.10.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://bisqwit.iki.fi/src/arch/${name}.tar.bz2";
|
||||
url = "https://bisqwit.iki.fi/src/arch/${name}.tar.bz2";
|
||||
sha256 = "0xy2x1ws1qqfp7hfj6yzm80zhrxzmhn0w2yns77im1lmd2h18817";
|
||||
};
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "pxattr-2.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.lesbonscomptes.com/pxattr/pxattr-2.1.0.tar.gz";
|
||||
url = "https://www.lesbonscomptes.com/pxattr/pxattr-2.1.0.tar.gz";
|
||||
sha256 = "1dwcqc5z7gzma1zhis2md49bj2nq7m6jimh4zlx9szw6svisz56z";
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "0r027z7a0azrd5k885xvwhrxicpd0ah57jzmaqlypxha2qjw7p6p";
|
||||
url = "http://src.fedoraproject.org/repo/pkgs/unarj/${name}.tar.gz/c6fe45db1741f97155c7def322aa74aa/${name}.tar.gz";
|
||||
url = "https://src.fedoraproject.org/repo/pkgs/unarj/${name}.tar.gz/c6fe45db1741f97155c7def322aa74aa/${name}.tar.gz";
|
||||
};
|
||||
|
||||
preInstall = ''
|
||||
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz
|
||||
http://src.fedoraproject.org/repo/pkgs/zip/zip30.tar.gz/7b74551e63f8ee6aab6fbc86676c0d37/zip30.tar.gz
|
||||
https://src.fedoraproject.org/repo/pkgs/zip/zip30.tar.gz/7b74551e63f8ee6aab6fbc86676c0d37/zip30.tar.gz
|
||||
];
|
||||
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user