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

ocamlPackages.earlybird: 1.3.5 -> 1.3.6 (#514311)

parents 0ff145c6 da2aa63f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildDunePackage (finalAttrs: {
  pname = "earlybird";
  version = "1.3.5";
  version = "1.3.6";

  minimalOCamlVersion = "4.12";

@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
    owner = "hackwaly";
    repo = "ocamlearlybird";
    tag = finalAttrs.version;
    hash = "sha256-QDRtuphOb02L75JyCF9K1NqvIdtWlfefeLG3HmJVHW4=";
    hash = "sha256-UtJwb941JEIaE4zUlOWqFX3w0U7gFdYlYpKl+mZ1FNg=";
  };

  nativeBuildInputs = [ menhir ];