Skip to content

Commit

Permalink
ocamlPackages.merlin: 3.3.3 → 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 22, 2020
1 parent 53129a7 commit 513e133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/merlin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 513e133

Please sign in to comment.