Skip to content

Commit 0dbbdee

Browse files
committed
tests: set correct hash for x86_64-darwin
1 parent 4dea635 commit 0dbbdee

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
@@ -15,7 +15,7 @@ let
1515
{
1616
x86_64-linux.hash = "sha256-R9PG286KQTbzF0r/PPcShUkMiYam2prRh/JICjmhCZA=";
1717
aarch64-linux.hash = "sha256-RvloEj41YTf+SwaHLqBlJ5Rpu00UPENprsQRHam3zic=";
18-
x86_64-darwin.hash = "";
18+
x86_64-darwin.hash = "sha256-z1VypBp/JN4qipqTFDmVPb/H1I+TdQVcUU4EIsIPQJ8=";
1919
aarch64-darwin.hash = "sha256-LxpKAAjnRn8eH7h9trOOYKf0WcY+aHGrzzVGW2aViek=";
2020
}
2121
else

0 commit comments

Comments
 (0)