Revert "ocamlPackages.llvm: fix hash"

This reverts commit 0c8cf28091.
This commit is contained in:
Vincent Laporte 2017-04-28 16:15:50 +00:00
parent e042db5e41
commit 8ab3a2a232

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 = "0vjap0xifgm59rwhjc48wi7jpbbif4dllsy4xs45sg95qq5qanp6";
sha256 = "1fcc6ylfiw1npdhx7mrsj7h0dx7cym7i9664kpr76zqazb52ikm9";
})];
cmakeFlags = [ "-DLLVM_OCAML_OUT_OF_TREE=TRUE" ];