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

This commit is contained in:
Vincent Laporte
2026-04-17 13:34:59 +00:00
committed by GitHub
@@ -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=";
}
];
}