Loading pkgs/development/python-modules/xknx/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "xknx"; version = "3.14.0"; pyproject = true; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "XKNX"; repo = "xknx"; tag = version; tag = finalAttrs.version; hash = "sha256-22xKxdjf0WEF2efHiGCYVhTCZ5jrD+26oqBdlxHwYdU="; }; Loading Loading @@ -55,9 +55,9 @@ buildPythonPackage rec { packets. It provides support for KNX/IP routing and tunneling devices. ''; homepage = "https://github.com/XKNX/xknx"; changelog = "https://github.com/XKNX/xknx/releases/tag/${src.tag}"; changelog = "https://github.com/XKNX/xknx/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; platforms = lib.platforms.linux; }; } }) Loading
pkgs/development/python-modules/xknx/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "xknx"; version = "3.14.0"; pyproject = true; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "XKNX"; repo = "xknx"; tag = version; tag = finalAttrs.version; hash = "sha256-22xKxdjf0WEF2efHiGCYVhTCZ5jrD+26oqBdlxHwYdU="; }; Loading Loading @@ -55,9 +55,9 @@ buildPythonPackage rec { packets. It provides support for KNX/IP routing and tunneling devices. ''; homepage = "https://github.com/XKNX/xknx"; changelog = "https://github.com/XKNX/xknx/releases/tag/${src.tag}"; changelog = "https://github.com/XKNX/xknx/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; platforms = lib.platforms.linux; }; } })