treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ocaml${ocaml.version}-bos-${version}";
|
||||
version = "0.2.0";
|
||||
src = fetchurl {
|
||||
url = "http://erratique.ch/software/bos/releases/bos-${version}.tbz";
|
||||
url = "https://erratique.ch/software/bos/releases/bos-${version}.tbz";
|
||||
sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user