mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
darwin bazelDeps hashes
This commit is contained in:
parent
369ca2bdb6
commit
82c4c76594
@ -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";
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user