Merge branch 'master' into staging

Hydra: ?compare=1480463
This commit is contained in:
Vladimír Čunát
2018-09-24 21:18:23 +02:00
112 changed files with 2470 additions and 432 deletions
@@ -9,7 +9,7 @@ let
version = release_version; # differentiating these is important for rc's
fetch = name: sha256: fetchurl {
url = "http://llvm.org/releases/${release_version}/${name}-${version}.src.tar.xz";
url = "https://releases.llvm.org/${release_version}/${name}-${version}.src.tar.xz";
inherit sha256;
};