darwin bazelDeps hashes

This commit is contained in:
Dmitry Ivankov 2024-11-13 19:30:57 +01:00
parent 369ca2bdb6
commit 82c4c76594

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";
};