nixpkgs: update xsimd patch

This commit is contained in:
Colin 2024-06-20 21:54:06 +00:00
parent 65a0914828
commit 12465e111e

View File

@ -33,8 +33,9 @@ in
(fetchpatch' {
# xsimd is required by scipy, which is required by ols
title = "xsimd: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/321253";
hash = "sha256-0gC86tyoSEtpGBdz9ISc1WyCQm+ZM3epGzpK1PUNzCk=";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/321253";
prUrl = "https://github.com/NixOS/nixpkgs/pull/321288";
hash = "sha256-jeRM/dfnljX0i3lHsg8bPfQXO3+Wx9M+hSypJiG9MfE=";
})
(fetchpatch' {