darwin bazelDeps hashes

(cherry picked from commit 82c4c76594)
This commit is contained in:
Dmitry Ivankov 2024-11-13 19:30:57 +01:00 committed by github-actions[bot]
parent cb4a2d395e
commit 7d71c28a89

View File

@ -248,10 +248,10 @@ let
else if stdenv.hostPlatform.system == "aarch64-linux" then
"sha256-NW/JMVC7k2jBW+d8syMl9L5tDB7SQENJtlMFjAKascI="
else if stdenv.hostPlatform.system == "aarch64-darwin" then
lib.fakeHash
"sha256-QVk0Qr86U350oLJ5P50SE6CUYqn5XEqgGCXVf+89wVY="
else
# x86_64-darwin
lib.fakeHash;
"sha256-VDrqS9YByYxboF6AcjAR0BRZa5ioGgX1pjx09zPfWTE=";
outputHashAlgo = "sha256";
};