about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-04-28 16:15:50 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-04-28 16:19:57 +0000
commit8ab3a2a232b5347502fb4947f745933d488d3535 (patch)
tree97d920dba5e6ad437ddd1e64acdac28fcacd889c /pkgs/development/ocaml-modules
parente042db5e415f8b820d91d767fcf6a7c89fcce305 (diff)
downloadnixlib-8ab3a2a232b5347502fb4947f745933d488d3535.tar
nixlib-8ab3a2a232b5347502fb4947f745933d488d3535.tar.gz
nixlib-8ab3a2a232b5347502fb4947f745933d488d3535.tar.bz2
nixlib-8ab3a2a232b5347502fb4947f745933d488d3535.tar.lz
nixlib-8ab3a2a232b5347502fb4947f745933d488d3535.tar.xz
nixlib-8ab3a2a232b5347502fb4947f745933d488d3535.tar.zst
nixlib-8ab3a2a232b5347502fb4947f745933d488d3535.zip
Revert "ocamlPackages.llvm: fix hash"
This reverts commit 0c8cf2809155b8a74df8feccbaa4b272a86b06ed.
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/llvm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/llvm/default.nix b/pkgs/development/ocaml-modules/llvm/default.nix
index b06760a6e009..3bced92cc3e3 100644
--- a/pkgs/development/ocaml-modules/llvm/default.nix
+++ b/pkgs/development/ocaml-modules/llvm/default.nix
@@ -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" ];