python3Packages.nextdns: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-21 17:13:26 -07:00
parent 9bb81748f8
commit 96b06163bd
@@ -5,6 +5,7 @@
aioresponses,
buildPythonPackage,
fetchFromGitHub,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-error-for-skips,
pytestCheckHook,
@@ -25,7 +26,9 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-QCiosQHxuwDxztXMEkEosob8M2NMtnlGI33m5oAkaBw=";
};
pythonRelaxDeps = [ "aiohttp" ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ setuptools ];