llvmPackages_git.compiler-rt: fix darwin patch (#329796)

This commit is contained in:
Tristan Ross 2024-07-24 21:21:39 -07:00 committed by GitHub
parent d72845c2ca
commit afd2f214b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -595,7 +595,8 @@ let
++ lib.optional (lib.versionAtLeast metadata.release_version "19") (
fetchpatch {
url = "https://github.com/llvm/llvm-project/pull/99837/commits/14ae0a660a38e1feb151928a14f35ff0f4487351.patch";
hash = "sha256-1CkA+RzI+645uG/QXsmOMKrLAjhVpfLUjNtgZ0QTv1E=";
hash = "sha256-JykABCaNNhYhZQxCvKiBn54DZ5ZguksgCHnpdwWF2no=";
relative = "compiler-rt";
}
);
in