mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
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 {
|
||||
pname = "merlin";
|
||||
version = "3.3.6";
|
||||
version = "3.3.8";
|
||||
|
||||
minimumOCamlVersion = "4.02.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-v${version}.tbz";
|
||||
sha256 = "1360cm0jkn2v2y5p3yzdyw9661a1vpddcibkbfblmk95qafx4civ";
|
||||
sha256 = "0j27piq9hqhr2jp89ni73kchw33pcx7gnjkh8rd6qa8hc12xd794";
|
||||
};
|
||||
|
||||
buildInputs = [ yojson ];
|
||||
|
|
Loading…
Reference in a new issue