comment
This commit is contained in:
parent
38699890d6
commit
ba701ef329
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
version = release_version + "rc3"; # differentiating these is important for rc's
|
||||
|
||||
fetch = name: sha256: fetchurl {
|
||||
name = "${name}-${release_version}.src.tar.xz";
|
||||
name = "${name}-${release_version}.src.tar.xz"; # Hopefully yields same hash with final release
|
||||
url = "http://prereleases.llvm.org/${release_version}/rc3/${name}-${version}.src.tar.xz";
|
||||
inherit sha256;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue