Skip to content

Commit

Permalink
ocamlPackages.llvm: fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 18, 2017
1 parent 2230009 commit 0c8cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/llvm/default.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit 0c8cf28

Please sign in to comment.