ocamlPackages.earlybird: 1.3.4 → 1.3.5
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user