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:
@@ -3,7 +3,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.0.6";
|
||||
name = "spandsp-${version}";
|
||||
src=fetchurl {
|
||||
url = "http://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz";
|
||||
url = "https://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz";
|
||||
sha256 = "0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc";
|
||||
};
|
||||
buildInputs = [];
|
||||
|
||||
Reference in New Issue
Block a user