Skip to content

Commit 4dea635

Browse files
committed
tests: set correct hash for aarch64-darwin
1 parent 91023f0 commit 4dea635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let
1616
x86_64-linux.hash = "sha256-R9PG286KQTbzF0r/PPcShUkMiYam2prRh/JICjmhCZA=";
1717
aarch64-linux.hash = "sha256-RvloEj41YTf+SwaHLqBlJ5Rpu00UPENprsQRHam3zic=";
1818
x86_64-darwin.hash = "";
19-
aarch64-darwin.hash = "";
19+
aarch64-darwin.hash = "sha256-LxpKAAjnRn8eH7h9trOOYKf0WcY+aHGrzzVGW2aViek=";
2020
}
2121
else
2222
{

0 commit comments

Comments
 (0)