Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgs/by-name/pl/playwright-mcp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
buildNpmPackage rec {
pname = "playwright-mcp";
version = "0.0.56";
version = "0.0.61";

src = fetchFromGitHub {
owner = "Microsoft";
repo = "playwright-mcp";
tag = "v${version}";
hash = "sha256-kfn9vIxmx+dSYKzR5ayGX8RIWd5d8quTAyx4/dC6hIY=";
hash = "sha256-HeZa4FS2mPDxKDoMIN6XsUKq4DP+DGzP2H7DrIRBK1g=";
};

npmDepsHash = "sha256-Qsln4llNpfXYXhSEfHnvdsFIF7adHKEyC1eGHtVY2Qk=";
npmDepsHash = "sha256-v0VmLsmem1FlDt76px3EG7mKBgdsfPzWJgKsb7Yts/U=";

postInstall = ''
rm -r $out/lib/node_modules/@playwright/mcp/node_modules/playwright
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/playwright/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ in
buildPythonPackage rec {
pname = "playwright";
# run ./pkgs/development/python-modules/playwright/update.sh to update
version = "1.57.0";
version = "1.58.0";
pyproject = true;

src = fetchFromGitHub {
owner = "microsoft";
repo = "playwright-python";
tag = "v${version}";
hash = "sha256-LXTMVC6ytjo7l0QDkNPxtoMTYjmYMjCVqHz61BgAn6A=";
hash = "sha256-gK19pjB8TDy/kK+fb4pjwlGZlUyY26p+CNxunvIMrrY=";
};

patches = [
Expand Down
28 changes: 12 additions & 16 deletions pkgs/development/web/playwright/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,30 @@
"comment": "This file is kept up to date via update.sh",
"browsers": {
"chromium": {
"revision": "1200",
"browserVersion": "143.0.7499.4"
"revision": "1208",
"browserVersion": "145.0.7632.6",
"title": "Chrome for Testing"
},
"chromium-headless-shell": {
"revision": "1200",
"browserVersion": "143.0.7499.4"
"revision": "1208",
"browserVersion": "145.0.7632.6",
"title": "Chrome Headless Shell"
},
"firefox": {
"revision": "1497",
"browserVersion": "144.0.2"
"revision": "1509",
"browserVersion": "146.0.1",
"title": "Firefox"
},
"webkit": {
"revision": "2227",
"revision": "2248",
"revisionOverrides": {
"debian11-x64": "2105",
"debian11-arm64": "2105",
"mac10.14": "1446",
"mac10.15": "1616",
"mac11": "1816",
"mac11-arm64": "1816",
"mac12": "2009",
"mac12-arm64": "2009",
"mac13": "2140",
"mac13-arm64": "2140",
"ubuntu20.04-x64": "2092",
"ubuntu20.04-arm64": "2092"
},
"browserVersion": "26.0"
"browserVersion": "26.0",
"title": "WebKit"
},
"ffmpeg": {
"revision": "1011",
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/web/playwright/chromium-headless-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let
stripRoot = false;
hash =
{
x86_64-linux = "sha256-4xPtmjRSbkWLmV2LzVClwjeQcmktZCvDS3gYo+FlkJc=";
aarch64-linux = "sha256-rnurwOiST8fdAC5kGC9uR+MRidGtIZCPQLrg+xZbuZQ=";
x86_64-linux = "";
aarch64-linux = "sha256-jckH5+eGJ4BhH1NAa5LIgf3/salKLAHW9XUOo5gob4c=";
}
.${system} or throwSystem;
};
Expand Down Expand Up @@ -66,8 +66,8 @@ let
stripRoot = false;
hash =
{
x86_64-darwin = "sha256-9MsBmUuaHq3P/eWxGcihzk09e1zuEr4dIMo6ZjSM8ZQ=";
aarch64-darwin = "sha256-i8L+C4p8DCcqb5C5B5q+JuX/fTPxhBva2dlFVDkdfQ0=";
x86_64-darwin = "";
aarch64-darwin = "";
}
.${system} or throwSystem;
};
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/web/playwright/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ let
url = "https://playwright.azureedge.net/builds/chromium/${revision}/chromium-${suffix}.zip";
hash =
{
x86_64-linux = "sha256-r715GrQMPRIsM2/Z6SRyvo/6j4fbWXKfCCh//Cc2DGw=";
aarch64-linux = "sha256-bS8CstCia8dm2DG9vBKHjsfeoXkyBZStBefu0kD8c2o=";
x86_64-linux = "";
aarch64-linux = "sha256-9DFLCPuc9WZjYLzlRW+Df2pb+mViPK3/IOkkUozELsw=";
}
.${system} or throwSystem;
};
Expand Down Expand Up @@ -125,8 +125,8 @@ let
stripRoot = false;
hash =
{
x86_64-darwin = "sha256-kGHlIxS9Ti362XmBt+aepYV45cCZoBRqJ+YBsLasDp0=";
aarch64-darwin = "sha256-LwY25Ckh1ZY+L196shf8ydF4IHXUIeI83Yqp8KG+nc4=";
x86_64-darwin = "";
aarch64-darwin = "";
}
.${system} or throwSystem;
};
Expand Down
12 changes: 6 additions & 6 deletions pkgs/development/web/playwright/driver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ let
}
.${system} or throwSystem;

version = "1.57.0";
version = "1.58.0";

src = fetchFromGitHub {
owner = "Microsoft";
repo = "playwright";
rev = "v${version}";
hash = "sha256-1g8XCToVKWOjLpWS6g60FpoIphg9Rn/nv10oRa7oyDA=";
hash = "sha256-vRJ5QjuoUUoh02iG6zXjTKpaA3Yo9KyZFuUvJVKRLNM=";
};

babel-bundle = buildNpmPackage {
pname = "babel-bundle";
inherit version src;
sourceRoot = "${src.name}/packages/playwright/bundles/babel";
npmDepsHash = "sha256-ByCy4go8PM0ksDg+2DcJPyoKG7Z0uIqKM647ZQwYwAE=";
npmDepsHash = "sha256-MVMxYncmIA4k6h7mLirJaroOSNbCpvKSGxN3BGGqJ9w=";
dontNpmBuild = true;
installPhase = ''
cp -r . "$out"
Expand All @@ -60,7 +60,7 @@ let
pname = "utils-bundle";
inherit version src;
sourceRoot = "${src.name}/packages/playwright/bundles/utils";
npmDepsHash = "sha256-InwWYRk6eRF62qI6qpVaPceIetSr3kPIBK4LdfeoJdo=";
npmDepsHash = "sha256-HzMu3xDb7MleJSsQ1+VvpIFSxcRfnVXniYIv/c5PHRg=";
dontNpmBuild = true;
installPhase = ''
cp -r . "$out"
Expand All @@ -70,7 +70,7 @@ let
pname = "utils-bundle-core";
inherit version src;
sourceRoot = "${src.name}/packages/playwright-core/bundles/utils";
npmDepsHash = "sha256-lOwcHRpv7OKfdnwqHxvh+Gy5AE/Up3Vro4czedNiOpc=";
npmDepsHash = "sha256-/nxMK+gr4jmxeUazLRXd9LXdYYBVY9VnzbbXoxazX7c=";
dontNpmBuild = true;
installPhase = ''
cp -r . "$out"
Expand All @@ -92,7 +92,7 @@ let
inherit version src;

sourceRoot = "${src.name}"; # update.sh depends on sourceRoot presence
npmDepsHash = "sha256-69v+H3EQuJadma8b/l9rA/yMFCCb7wWiBGN/LoJLJM8=";
npmDepsHash = "sha256-yuWfEsmySePZB1fG2oOUluqdGFrp4VmZPFl/W6nvB34=";

nativeBuildInputs = [
cacert
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/web/playwright/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let
}.zip";
hash =
{
x86_64-linux = "sha256-PGTFoSjU2FFRmH7qfWkJsgnGvg3AI+eGrNUwyxRU8PM=";
aarch64-linux = "sha256-P5aHwaNZ0KfAVgRVugvAl6FsQu2/7sphwulOVyXiTgg=";
x86_64-linux = "sha256-HBmCV6AFdQ2qTuCIa7WaCiSHU8Am7S+xhpmEWU6DL/U=";
aarch64-linux = "sha256-peP032z4GOoUp1WAszvzyeXnROw6RwRffG+KRe1Qf9k=";
}
.${system} or throwSystem;
};
Expand All @@ -41,8 +41,8 @@ let
stripRoot = false;
hash =
{
x86_64-darwin = "sha256-MI4HfXLmVEwcoL2jlcrDkfiClEN5rI8YcJiMqzE1xYs=";
aarch64-darwin = "sha256-Il7bTQoP6ZlqizduV4iCTrVsymy33RbGQtVSnVXnhTc=";
x86_64-darwin = "sha256-uxPOq2U1D9gFXqvNzclctLbHx4fZ9O92GtDQjCRYGiM=";
aarch64-darwin = "sha256-ZFRmtlNrzrjB3ELXmGC67XO1IhfWsWZ7rXaUQ6If65s=";
}
.${system} or throwSystem;
};
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/web/playwright/webkit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ let
stripRoot = false;
hash =
{
x86_64-linux = "sha256-wSMObGeDoy1vW7TO20wL3vWOSpcDgFciK00SqZ15EjM=";
aarch64-linux = "sha256-IyZNAcAUxDpCgc/I2dWtIoRqKiZJ1ggmYqqdvUKg6IE=";
x86_64-linux = "sha256-h9dM6RR5WhUPHdZgn5yiJlM7QrhlDVaivnaHQCEZbXQ=";
aarch64-linux = "sha256-sOtPdOBmPLqApGGVhgH51OW3aoTv1Y40RfCSax7CyC4=";
}
.${system} or throwSystem;
};
Expand Down Expand Up @@ -218,8 +218,8 @@ let
stripRoot = false;
hash =
{
x86_64-darwin = "sha256-a8NKlNhKPEhtWREAgNosvTLE+zphmKYW+CtvW5jwFlQ=";
aarch64-darwin = "sha256-DvVTVAxuh4we2278xZFBomFAxcuqyEOCK7mPg3rnYpU=";
x86_64-darwin = "sha256-CC/ByUmh4b5jC+6weTqSS4mY22du1xLIO4fBkFVvfDs=";
aarch64-darwin = "sha256-+y7Ftu7LSM7fpP2b6ycrhGvcIWu5q1W8hcrbn4mhVT8=";
}
.${system} or throwSystem;
};
Expand Down
Loading