about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-03-07 20:13:21 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-03-09 12:07:08 +0100
commit07536bd1fe4621dd7836f5e0a084ba944ebbb840 (patch)
tree2f711472d9ab14b460a35590756c6f11ddd11595 /pkgs/development/tools/ocaml
parent7f90cc40b4b62e9495a77121dc96278501afd79b (diff)
downloadnixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.tar
nixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.tar.gz
nixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.tar.bz2
nixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.tar.lz
nixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.tar.xz
nixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.tar.zst
nixlib-07536bd1fe4621dd7836f5e0a084ba944ebbb840.zip
merlin: update from 2.1.1 to 2.1.2
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/merlin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/merlin/default.nix b/pkgs/development/tools/ocaml/merlin/default.nix
index bd568eaf84d1..2d02bf054b79 100644
--- a/pkgs/development/tools/ocaml/merlin/default.nix
+++ b/pkgs/development/tools/ocaml/merlin/default.nix
@@ -3,7 +3,7 @@
 
 assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
 
-let version = "2.1.1"; in
+let version = "2.1.2"; in
 
 stdenv.mkDerivation {
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
 
   src = fetchzip {
     url = "https://github.com/the-lambda-church/merlin/archive/v${version}.tar.gz";
-    sha256 = "1j60jsgls6kkkh2cv4gq36q0mf27nw8pc6k94n0yvjafjmwl3kks";
+    sha256 = "0l6s4bvspjl1l26bf33xf4k5imdzryas15s1isn6998aiakxq20n";
   };
 
   buildInputs = [ ocaml findlib yojson menhir ]