mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
darwin bazelDeps hashes
This commit is contained in:
parent
369ca2bdb6
commit
82c4c76594
1 changed files with 2 additions and 2 deletions
|
@ -248,10 +248,10 @@ let
|
||||||
else if stdenv.hostPlatform.system == "aarch64-linux" then
|
else if stdenv.hostPlatform.system == "aarch64-linux" then
|
||||||
"sha256-NW/JMVC7k2jBW+d8syMl9L5tDB7SQENJtlMFjAKascI="
|
"sha256-NW/JMVC7k2jBW+d8syMl9L5tDB7SQENJtlMFjAKascI="
|
||||||
else if stdenv.hostPlatform.system == "aarch64-darwin" then
|
else if stdenv.hostPlatform.system == "aarch64-darwin" then
|
||||||
lib.fakeHash
|
"sha256-QVk0Qr86U350oLJ5P50SE6CUYqn5XEqgGCXVf+89wVY="
|
||||||
else
|
else
|
||||||
# x86_64-darwin
|
# x86_64-darwin
|
||||||
lib.fakeHash;
|
"sha256-VDrqS9YByYxboF6AcjAR0BRZa5ioGgX1pjx09zPfWTE=";
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue