Loading pkgs/development/python-modules/playwright-stealth/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ poetry-core, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "playwright-stealth"; version = "2.0.1"; pyproject = true; src = fetchPypi { pname = "playwright_stealth"; inherit version; inherit (finalAttrs) version; hash = "sha256-o29zXWFGnBK9oXm1jV/EIou+5hyc9bE0OxSXpf1R7Bo="; }; Loading @@ -29,4 +29,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/playwright-stealth/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ poetry-core, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "playwright-stealth"; version = "2.0.1"; pyproject = true; src = fetchPypi { pname = "playwright_stealth"; inherit version; inherit (finalAttrs) version; hash = "sha256-o29zXWFGnBK9oXm1jV/EIou+5hyc9bE0OxSXpf1R7Bo="; }; Loading @@ -29,4 +29,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })