about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/5/clang
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-05-04 10:54:06 -0500
committerWill Dietz <w@wdtz.org>2018-05-04 11:03:21 -0500
commit27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2 (patch)
tree5564a6f5f104b833fe1a181e7087134709ca515a /pkgs/development/compilers/llvm/5/clang
parent88d18d2e04087aba8601a0a002749c6c6cbaba54 (diff)
downloadnixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.tar
nixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.tar.gz
nixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.tar.bz2
nixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.tar.lz
nixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.tar.xz
nixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.tar.zst
nixlib-27d716f4b5f56ec3c1230f4c97aa8fcd8696bfb2.zip
llvm5: 5.0.1 -> 5.0.2
Diffstat (limited to 'pkgs/development/compilers/llvm/5/clang')
-rw-r--r--pkgs/development/compilers/llvm/5/clang/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/5/clang/default.nix b/pkgs/development/compilers/llvm/5/clang/default.nix
index 6499be2a0bdc..8027733bc527 100644
--- a/pkgs/development/compilers/llvm/5/clang/default.nix
+++ b/pkgs/development/compilers/llvm/5/clang/default.nix
@@ -9,7 +9,7 @@ let
     name = "clang-${version}";
 
     unpackPhase = ''
-      unpackFile ${fetch "cfe" "1zyh4dggxd55lnfg73c8fybnkssqcaa6bq2h4bzimnnj1jdnqpqk"}
+      unpackFile ${fetch "cfe" "0018520c4qxf5hgjdqgpz2dgl3faf4gsz87fdlb8zdmx99rfk77s"}
       mv cfe-${version}* clang
       sourceRoot=$PWD/clang
       unpackFile ${clang-tools-extra_src}