about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/6/openmp.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-06-28 15:58:05 -0500
committerWill Dietz <w@wdtz.org>2018-06-29 11:54:21 -0500
commit4a8104af494d25e812b6faffce253f35776afd30 (patch)
tree435cd5b9351002996cbc06a8818780066591918b /pkgs/development/compilers/llvm/6/openmp.nix
parent10d0cc9a466253849305f4cf865a1ecbf5d1dfd3 (diff)
downloadnixlib-4a8104af494d25e812b6faffce253f35776afd30.tar
nixlib-4a8104af494d25e812b6faffce253f35776afd30.tar.gz
nixlib-4a8104af494d25e812b6faffce253f35776afd30.tar.bz2
nixlib-4a8104af494d25e812b6faffce253f35776afd30.tar.lz
nixlib-4a8104af494d25e812b6faffce253f35776afd30.tar.xz
nixlib-4a8104af494d25e812b6faffce253f35776afd30.tar.zst
nixlib-4a8104af494d25e812b6faffce253f35776afd30.zip
llvm6: 6.0.0 -> 6.0.1
Diffstat (limited to 'pkgs/development/compilers/llvm/6/openmp.nix')
-rw-r--r--pkgs/development/compilers/llvm/6/openmp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/6/openmp.nix b/pkgs/development/compilers/llvm/6/openmp.nix
index 091e378af2a1..16093758e826 100644
--- a/pkgs/development/compilers/llvm/6/openmp.nix
+++ b/pkgs/development/compilers/llvm/6/openmp.nix
@@ -10,7 +10,7 @@
 stdenv.mkDerivation {
   name = "openmp-${version}";
 
-  src = fetch "openmp" "1z1qghx6drdvnlp406q1cp3mgikxxmwymcwzaxbv18vxbw6ha3kw";
+  src = fetch "openmp" "0nhwfba9c351r16zgyjyfwdayr98nairky3c2f0b2lc360mwmbv6";
 
   nativeBuildInputs = [ cmake perl ];
   buildInputs = [ llvm ];