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:
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
url = http://hippo.nipax.cz/src/racer-1.1.tar.gz;
|
||||
sha256 = "0fll1qkqfcjq87k0jzsilcw701z92lfxn2y5ga1n038772lymxl9";
|
||||
} else if stdenv.system == "x86_64-linux" then fetchurl {
|
||||
url = http://hippo.nipax.cz/src/racer-1.1.64.tar.gz;
|
||||
url = https://hippo.nipax.cz/src/racer-1.1.64.tar.gz;
|
||||
sha256 = "0rjy3gmlhwfkb9zs58j0mc0dar0livwpbc19r6zw5r2k6r7xdan0";
|
||||
} else
|
||||
throw "System not supported";
|
||||
|
||||
Reference in New Issue
Block a user