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

ocaml-ng.ocamlPackages_4_14.ocaml: fix ARM64 bug (#510594)

parents 94779b22 7e6a9f58
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,4 +3,11 @@ import ./generic.nix {
  minor_version = "14";
  patch_version = "3";
  sha256 = "sha256-pdWDuPurnqe/bPly75w45/7ay/9tt6NOMQURXTQ+sGk=";

  patches = [
    {
      url = "https://github.com/ocaml/ocaml/commit/929f9aa7c00b45acf2d42f3f127b4ee28f926407.patch";
      hash = "sha256-zeYT+JM71aUcl0sOG2ByjMpp3JPs7kDJ6BKcrZjzoDM=";
    }
  ];
}