Unverified Commit b8fe735c authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.earlybird: 1.3.4 → 1.3.5 (#494492)

parents 0db1cfe8 f8fa92db
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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";
  };
})