ocamlPackages.earlybird: 1.3.4 → 1.3.5 (#494492)

This commit is contained in:
Vincent Laporte
2026-03-02 11:23:39 +00:00
committed by GitHub
@@ -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";
};
})