mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 15:34:05 +00:00
67b5c21b58
via update.sh. This lets us support playwright with browsers other than chromium on linux. Building them from source would be one step further.
29 lines
588 B
JSON
29 lines
588 B
JSON
{
|
|
"comment": "This file is kept up to date via update.sh",
|
|
"browsers": {
|
|
"chromium": {
|
|
"revision": "1134",
|
|
"browserVersion": "129.0.6668.29"
|
|
},
|
|
"firefox": {
|
|
"revision": "1463",
|
|
"browserVersion": "130.0"
|
|
},
|
|
"webkit": {
|
|
"revision": "2070",
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446",
|
|
"mac10.15": "1616",
|
|
"mac11": "1816",
|
|
"mac11-arm64": "1816",
|
|
"mac12": "2009",
|
|
"mac12-arm64": "2009"
|
|
},
|
|
"browserVersion": "18.0"
|
|
},
|
|
"ffmpeg": {
|
|
"revision": "1010"
|
|
}
|
|
}
|
|
}
|