ocamlPackages.merlin: 3.3.6 -> 3.3.8
https://github.com/ocaml/merlin/releases/tag/v3.3.7 https://github.com/ocaml/merlin/releases/tag/v3.3.8
This commit is contained in:
parent
46a0aa4176
commit
f26043b428
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "merlin";
|
pname = "merlin";
|
||||||
version = "3.3.6";
|
version = "3.3.8";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.02.1";
|
minimumOCamlVersion = "4.02.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-v${version}.tbz";
|
url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-v${version}.tbz";
|
||||||
sha256 = "1360cm0jkn2v2y5p3yzdyw9661a1vpddcibkbfblmk95qafx4civ";
|
sha256 = "0j27piq9hqhr2jp89ni73kchw33pcx7gnjkh8rd6qa8hc12xd794";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ yojson ];
|
buildInputs = [ yojson ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user