Loading pkgs/development/python-modules/nextdns/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -9,11 +9,12 @@ , pytestCheckHook , pythonOlder , setuptools , syrupy }: buildPythonPackage rec { pname = "nextdns"; version = "2.1.0"; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = "nextdns"; rev = "refs/tags/${version}"; hash = "sha256-haw6t7pepMN77LFVgDFBbV4StRqcRMvnCaup8K38kEg="; hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA="; }; build-system = [ Loading @@ -39,6 +40,7 @@ buildPythonPackage rec { pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/nextdns/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -9,11 +9,12 @@ , pytestCheckHook , pythonOlder , setuptools , syrupy }: buildPythonPackage rec { pname = "nextdns"; version = "2.1.0"; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = "nextdns"; rev = "refs/tags/${version}"; hash = "sha256-haw6t7pepMN77LFVgDFBbV4StRqcRMvnCaup8K38kEg="; hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA="; }; build-system = [ Loading @@ -39,6 +40,7 @@ buildPythonPackage rec { pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ Loading