summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaxime Dénès <mail@maximedenes.fr>2017-12-11 13:18:43 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2017-12-11 14:35:00 +0100
commitec28cab25f009f68d095c249d6990083bee6719c (patch)
tree1941e990cd448c0575a4c72d09fa57a177ee62c2 /pkgs
parent91f8f5584a2671262dc34bf4934ef7ab33b28abb (diff)
downloadnixlib-ec28cab25f009f68d095c249d6990083bee6719c.tar
nixlib-ec28cab25f009f68d095c249d6990083bee6719c.tar.gz
nixlib-ec28cab25f009f68d095c249d6990083bee6719c.tar.bz2
nixlib-ec28cab25f009f68d095c249d6990083bee6719c.tar.lz
nixlib-ec28cab25f009f68d095c249d6990083bee6719c.tar.xz
nixlib-ec28cab25f009f68d095c249d6990083bee6719c.tar.zst
nixlib-ec28cab25f009f68d095c249d6990083bee6719c.zip
ocamlPackages.merlin: 3.0.3 -> 3.0.5
Diffstat (limited to 'pkgs')
-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 904e070e5115..d09f06623a7e 100644
--- a/pkgs/development/tools/ocaml/merlin/default.nix
+++ b/pkgs/development/tools/ocaml/merlin/default.nix
@@ -4,7 +4,7 @@
 assert stdenv.lib.versionAtLeast ocaml.version "4.02";
 
 let
-  version = "3.0.3";
+  version = "3.0.5";
 in
 
 stdenv.mkDerivation {
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
 
   src = fetchzip {
     url = "https://github.com/ocaml/merlin/archive/v${version}.tar.gz";
-    sha256 = "19gz9vcdna84xcm2b53m6b5g4c7ppb61j05fnvry3shvjiz2p58p";
+    sha256 = "06h0klzzvb62rzb6m0pq8aa207fz7z54mjr05vky4wv8195bbjiy";
   };
 
   buildInputs = [ ocaml findlib yojson ]