python3Packages.nodriver: 0.48.1 -> 0.50.3

This commit is contained in:
R. Ryantm
2026-05-14 19:08:02 +00:00
parent e855160d98
commit 29b4c0de08
@@ -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 = [