darwin bazelDeps hashes

(cherry picked from commit 82c4c76594)
(cherry picked from commit 7d71c28a8972b5e5106cee8a841f6825c1efaee1)
This commit is contained in:
Dmitry Ivankov
2024-11-30 15:11:10 +01:00
committed by Vladimír Čunát
parent e04a98ac0f
commit 0c1ab1f5b5
@@ -250,10 +250,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";
};