aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/ocaml/merlin
diff options
context:
space:
mode:
authorVincent Laporte <vincent.laporte@gmail.com>2014-08-22 14:56:33 +0200
committerVincent Laporte <vincent.laporte@gmail.com>2014-08-22 14:56:33 +0200
commite2db82874cf497c0dd156680d4c4a8f3b028125c (patch)
treed1ec21276744d5a719234ba0e9f5f5d79618c714 /pkgs/development/tools/ocaml/merlin
parente8d2f8f1092e71c951b95f5a6e1b2227e4d185a9 (diff)
Updates merlin to 1.7.1
Diffstat (limited to 'pkgs/development/tools/ocaml/merlin')
-rw-r--r--pkgs/development/tools/ocaml/merlin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/ocaml/merlin/default.nix b/pkgs/development/tools/ocaml/merlin/default.nix
index 8efb90a9cef..970c07f3546 100644
--- a/pkgs/development/tools/ocaml/merlin/default.nix
+++ b/pkgs/development/tools/ocaml/merlin/default.nix
@@ -1,11 +1,11 @@
{stdenv, fetchurl, ocaml, findlib, yojson, menhir}:
stdenv.mkDerivation {
- name = "merlin-1.7";
+ name = "merlin-1.7.1";
src = fetchurl {
- url = "https://github.com/the-lambda-church/merlin/archive/v1.7.tar.gz";
- sha256 = "0grprrykah02g8va63lidbcb6n8sd18l2k9spb5rwlcs3xhfw42b";
+ url = https://github.com/the-lambda-church/merlin/archive/v1.7.1.tar.gz;
+ sha256 = "c3b60c7b3fddaa2860e0d8ac0d4fed2ed60e319875734c7ac1a93df524c67aff";
};
buildInputs = [ ocaml findlib yojson menhir ];