3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.merlin: 3.3.3 → 3.3.4

This commit is contained in:
Vincent Laporte 2020-04-15 08:23:39 +02:00 committed by Vincent Laporte
parent 53129a764d
commit 513e1339c0

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "merlin";
version = "3.3.3";
version = "3.3.4";
minimumOCamlVersion = "4.02.1";
src = fetchurl {
url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-v${version}.tbz";
sha256 = "05dfkbpbb7nvs4g6y0iw7a9f73ygvhs9l45l2g56y7zagvs9x43j";
sha256 = "12wxric6n3rmsn0w16xm8vjd8p5aw24cj76zw2x87qfwwgmy1kdd";
};
buildInputs = [ yojson ];