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 = "libx86-${version}";
|
||||
version = "1.1";
|
||||
src = fetchurl {
|
||||
url = "http://www.codon.org.uk/~mjg59/libx86/downloads/${name}.tar.gz";
|
||||
url = "https://www.codon.org.uk/~mjg59/libx86/downloads/${name}.tar.gz";
|
||||
sha256 = "0j6h6bc02c6qi0q7c1ncraz4d1hkm5936r35rfsp4x1jrc233wav";
|
||||
};
|
||||
patches = [./constants.patch ./non-x86.patch ];
|
||||
|
||||
Reference in New Issue
Block a user