llvmPackages_7: 7.0.1 -> 7.1.0

This commit is contained in:
Will Dietz
2019-04-25 22:50:18 -05:00
parent f3558ac51e
commit ac1ffe5cfd
9 changed files with 11 additions and 11 deletions
@@ -5,7 +5,7 @@
}:
let
release_version = "7.0.1";
release_version = "7.1.0";
version = release_version; # differentiating these is important for rc's
fetch = name: sha256: fetchurl {
@@ -13,7 +13,7 @@ let
inherit sha256;
};
clang-tools-extra_src = fetch "clang-tools-extra" "1v9vc7id1761qm7mywlknsp810232iwyz8rd4y5km4h7pg9cg4sc";
clang-tools-extra_src = fetch "clang-tools-extra" "0lb4kdh7j2fhfz8kd6iv5df7m3pikiryk1vvwsf87spc90n09q0w";
tools = stdenv.lib.makeExtensible (tools: let
callPackage = newScope (tools // { inherit stdenv cmake libxml2 python isl release_version version fetch; });