From f8fa92dbc19e66d364827f39c3a76d5475f95a77 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 26 Feb 2026 22:28:42 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.earlybird:=201.3.4=20=E2=86=92=20?= =?UTF-8?q?1.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/earlybird/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/earlybird/default.nix b/pkgs/development/ocaml-modules/earlybird/default.nix index 0e9ee6d94c9d..d34201eb8414 100644 --- a/pkgs/development/ocaml-modules/earlybird/default.nix +++ b/pkgs/development/ocaml-modules/earlybird/default.nix @@ -21,7 +21,7 @@ buildDunePackage (finalAttrs: { pname = "earlybird"; - version = "1.3.4"; + version = "1.3.5"; minimalOCamlVersion = "4.12"; @@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: { owner = "hackwaly"; repo = "ocamlearlybird"; tag = finalAttrs.version; - hash = "sha256-uwx8N4GDs7NT2fEmNlvdBe2cIZGVPQpoaiiKROFa+kk="; + hash = "sha256-QDRtuphOb02L75JyCF9K1NqvIdtWlfefeLG3HmJVHW4="; }; nativeBuildInputs = [ menhir ]; @@ -56,6 +56,5 @@ buildDunePackage (finalAttrs: { description = "OCaml debug adapter"; license = lib.licenses.mit; maintainers = [ lib.maintainers.romildo ]; - broken = ocaml.version == "4.14.3"; }; })