From 38e81014f72a9211874a81482e6d9f36c6c52d4f Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 22 Nov 2024 07:20:54 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.merlin-extend:=200.6=20=E2=86=92?= =?UTF-8?q?=200.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/merlin-extend/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/ocaml-modules/merlin-extend/default.nix b/pkgs/development/ocaml-modules/merlin-extend/default.nix index a8ccd2cf4a01..17013a11caad 100644 --- a/pkgs/development/ocaml-modules/merlin-extend/default.nix +++ b/pkgs/development/ocaml-modules/merlin-extend/default.nix @@ -2,13 +2,11 @@ buildDunePackage rec { pname = "merlin-extend"; - version = "0.6"; - - useDune2 = true; + version = "0.6.2"; src = fetchurl { - url = "https://github.com/let-def/merlin-extend/releases/download/v${version}/merlin-extend-v${version}.tbz"; - sha256 = "0hvc4mz92x3rl2dxwrhvhzwl4gilnyvvwcqgr45vmdpyjyp3dwn2"; + url = "https://github.com/let-def/merlin-extend/releases/download/v${version}/merlin-extend-${version}.tbz"; + hash = "sha256-R1WOfzC2RGLyucgvt/eHEzrPoNUTJFK2rXhI4LD013k="; }; nativeBuildInputs = [ cppo ];