Skip to content

Commit

Permalink
Update to version 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietdevries94 authored and github-actions[bot] committed Feb 1, 2025
1 parent 3cfd441 commit 9f75ae6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions playwright-driver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ let
{
pname = "playwright-driver";
# run ./pkgs/development/python-modules/playwright/update.sh to update
version = "1.50.0";
version = "1.50.1";

src = fetchurl {
url = "https://playwright.azureedge.net/builds/driver/${filename}";
sha256 = {
x86_64-linux = "1m6sn0x9jsa8iq2b40s008h277a1iqq5zxi3ryczbkpfh3s3nzvq";
aarch64-linux = "1n19v7xyv9drfw9hzmlm0br3ccqwz917yiqhj2ycvcasjrzvqbmr";
x86_64-darwin = "1dr5pwkwax3xygl9waw3645dgfghlavfbhlhsbc6r0b10156f7nk";
aarch64-darwin = "02vr78pv16dnx2j1kypr9d5qs8hdzyfknzd287rial867wm0kmgz";
x86_64-linux = "0s4ln99lbqwd3kpc5lfgpk4cjz5b1gjqxds3vlib8klv6g11rn40";
aarch64-linux = "165i1ga1czvdszfkkqa6q43mjc41w755wm5chsbrqy8b0nail3rh";
x86_64-darwin = "099ssqsma1q59pfiynvf8ys2gdd53kwffacldzrjnyq1xpa386s8";
aarch64-darwin = "01h5058ayjq6l6k1w5byyzyld4j07pd836k371dkcxjgga5xdxq1";
}.${system} or throwSystem;
};

Expand Down
2 changes: 1 addition & 1 deletion playwright-test/node-packages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{"@playwright/test": "1.50.0"}
{"@playwright/test": "1.50.1"}
]
28 changes: 14 additions & 14 deletions playwright-test/node-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,38 @@

let
sources = {
"playwright-1.50.0" = {
"playwright-1.50.1" = {
name = "playwright";
packageName = "playwright";
version = "1.50.0";
version = "1.50.1";
src = fetchurl {
url = "https://registry.npmjs.org/playwright/-/playwright-1.50.0.tgz";
sha512 = "+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==";
url = "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz";
sha512 = "G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==";
};
};
"playwright-core-1.50.0" = {
"playwright-core-1.50.1" = {
name = "playwright-core";
packageName = "playwright-core";
version = "1.50.0";
version = "1.50.1";
src = fetchurl {
url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz";
sha512 = "CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==";
url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz";
sha512 = "ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==";
};
};
};
in
{
"@playwright/test-1.50.0" = nodeEnv.buildNodePackage {
"@playwright/test-1.50.1" = nodeEnv.buildNodePackage {
name = "_at_playwright_slash_test";
packageName = "@playwright/test";
version = "1.50.0";
version = "1.50.1";
src = fetchurl {
url = "https://registry.npmjs.org/@playwright/test/-/test-1.50.0.tgz";
sha512 = "ZGNXbt+d65EGjBORQHuYKj+XhCewlwpnSd/EDuLPZGSiEWmgOJB5RmMCCYGy5aMfTs9wx61RivfDKi8H/hcMvw==";
url = "https://registry.npmjs.org/@playwright/test/-/test-1.50.1.tgz";
sha512 = "Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==";
};
dependencies = [
sources."playwright-1.50.0"
sources."playwright-core-1.50.0"
sources."playwright-1.50.1"
sources."playwright-core-1.50.1"
];
buildInputs = globalBuildInputs;
meta = {
Expand Down

0 comments on commit 9f75ae6

Please sign in to comment.