ocamlPackages.merlin: 3.0.2 -> 3.0.3
This commit is contained in:
parent
a89b28f8b7
commit
d6e423c400
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchzip, ocaml, findlib, yojson, lib
|
{ stdenv, fetchzip, ocaml, findlib, yojson
|
||||||
, withEmacsMode ? false, emacs }:
|
, withEmacsMode ? false, emacs }:
|
||||||
|
|
||||||
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
|
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/ocaml/merlin/archive/v${version}.tar.gz";
|
url = "https://github.com/ocaml/merlin/archive/v${version}.tar.gz";
|
||||||
sha256 = "0lcgafs5ip8vhvrp1d7yv6mzjsirmayd83cj4wwq6zxcrl7yv4x8";
|
sha256 = "19gz9vcdna84xcm2b53m6b5g4c7ppb61j05fnvry3shvjiz2p58p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib yojson ]
|
buildInputs = [ ocaml findlib yojson ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user