python310Packages.playwright: fix x86_64-darwin hash

This commit is contained in:
Sandro Jäckel 2022-10-21 23:20:40 +02:00
parent aa00343cbc
commit 688794c4ca
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -43,7 +43,7 @@ let
sha256 = {
x86_64-linux = "0x71b4kb8hlyacixipgfbgjgrbmhckxpbmrs2xk8iis7n5kg7539";
aarch64-linux = "125lih7g2gj91k7j196wy5a5746wyfr8idj3ng369yh5wl7lfcfv";
x86_64-darwin = "0z2kww4iby1izkwn6z2ai94y87bkjvwak8awdmjm8sgg00pa9l1a";
x86_64-darwin = "sha256-TzprR95KHYBu9SruI4BgwCaqI7KKe3HuzgCO1A5YFiM=";
aarch64-darwin = "0qajh4ac5lr1sznb2c471r5c5g2r0dk2pyqz8vhvnbk36r524h1h";
}.${system} or throwSystem;
};