llvmPackges_10: rc4 -> rc5

updated versino and hashes for new rc
This commit is contained in:
Holger Wünsche
2020-03-19 17:43:39 +01:00
parent e9aa8770ea
commit cdee144dfc
10 changed files with 12 additions and 12 deletions
@@ -6,7 +6,7 @@
let
release_version = "10.0.0";
candidate = "rc4";
candidate = "rc5";
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" "0irbb1n31qpwzspizxp2b17m4jnbkh6rlr9bs85q16yc4xr6c781";
clang-tools-extra_src = fetch "clang-tools-extra" "0x23q70c0xcwdhj0d66nisr8rqq69qcshrbb4si9pxfsm0zs9h3i";
tools = stdenv.lib.makeExtensible (tools: let
callPackage = newScope (tools // { inherit stdenv cmake libxml2 python3 isl release_version version fetch; });