python3Packages.nodriver: 0.48.1 -> 0.50.3 (#520175)

This commit is contained in:
Michael Daniels
2026-05-23 17:36:27 +00:00
committed by GitHub
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "nodriver";
version = "0.48.1";
version = "0.50.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SsjNiLavEzwm3BV/t49asXRipZtKDaMwTjrxK75LQ0M=";
hash = "sha256-JMpojYZG74/61cjOZYBOXnZxp3mtJqJNdvZGXVZmxjE=";
};
patches = [