llvmPackages_10: rc3 -> rc4
Only needed to update hashes and the version. Updated comment for extension handling patch
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
let
|
||||
release_version = "10.0.0";
|
||||
candidate = "rc3";
|
||||
candidate = "rc4";
|
||||
version = "10.0.0${candidate}"; # differentiating these is important for rc's
|
||||
|
||||
fetch = name: sha256: fetchurl {
|
||||
@@ -14,7 +14,7 @@ let
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
clang-tools-extra_src = fetch "clang-tools-extra" "03669c93wzmbmfpv0pyzb7y4z1xc912l95iqywyx01xgdl1xws0r";
|
||||
clang-tools-extra_src = fetch "clang-tools-extra" "0irbb1n31qpwzspizxp2b17m4jnbkh6rlr9bs85q16yc4xr6c781";
|
||||
|
||||
tools = stdenv.lib.makeExtensible (tools: let
|
||||
callPackage = newScope (tools // { inherit stdenv cmake libxml2 python3 isl release_version version fetch; });
|
||||
|
||||
Reference in New Issue
Block a user