llvmPackages_9: fetch from releases.llvm.org ("for now")

This commit is contained in:
Will Dietz 2019-09-19 18:39:03 -05:00
parent 60f4d2f660
commit 73b11eb566
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -9,7 +9,7 @@ let
version = release_version; # differentiating these is important for rc's
fetch = name: sha256: fetchurl {
url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${release_version}/${name}-${version}.src.tar.xz";
url = "https://releases.llvm.org/${release_version}/${name}-${version}.src.tar.xz";
inherit sha256;
};