bazel_7: 7.4.0 -> 7.4.1

(cherry picked from commit 369ca2bdb6)
(cherry picked from commit cb4a2d395eedbbaf60e7d7d7c6664a6e6674228a)
This commit is contained in:
Dmitry Ivankov
2024-11-30 15:11:10 +01:00
committed by Vladimír Čunát
parent 72deeb8efb
commit e04a98ac0f
@@ -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
"sha256-QVk0Qr86U350oLJ5P50SE6CUYqn5XEqgGCXVf+89wVY="
lib.fakeHash
else
# x86_64-darwin
"sha256-VDrqS9YByYxboF6AcjAR0BRZa5ioGgX1pjx09zPfWTE=";
lib.fakeHash;
outputHashAlgo = "sha256";
};