ocamlPackages.llvm: fix hash

This commit is contained in:
Vincent Laporte 2017-04-18 17:32:18 +00:00
parent 2230009e7d
commit 0c8cf28091

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
patches = [ (fetchpatch {
url = https://raw.githubusercontent.com/ocaml/opam-repository/master/packages/llvm/llvm.3.9/files/cmake.patch;
sha256 = "1fcc6ylfiw1npdhx7mrsj7h0dx7cym7i9664kpr76zqazb52ikm9";
sha256 = "0vjap0xifgm59rwhjc48wi7jpbbif4dllsy4xs45sg95qq5qanp6";
})];
cmakeFlags = [ "-DLLVM_OCAML_OUT_OF_TREE=TRUE" ];