Loading pkgs/development/python-modules/netdata/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -10,21 +10,21 @@ yarl, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "netdata"; version = "1.3.0"; version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "home-assistant-ecosystem"; repo = "python-netdata"; tag = version; hash = "sha256-Et9T/+xonHSXjGQabgizW4pVBIYpTz0flud+vlfBNQE="; tag = finalAttrs.version; hash = "sha256-rffqpvqVvCi7CKjDchgRzUWDNxsA7C37UHvbELewR0E="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ httpx yarl ]; Loading @@ -40,8 +40,8 @@ buildPythonPackage rec { meta = { description = "Python API for interacting with Netdata"; homepage = "https://github.com/home-assistant-ecosystem/python-netdata"; changelog = "https://github.com/home-assistant-ecosystem/python-netdata/releases/tag/${version}"; license = with lib.licenses; [ mit ]; changelog = "https://github.com/home-assistant-ecosystem/python-netdata/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/netdata/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -10,21 +10,21 @@ yarl, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "netdata"; version = "1.3.0"; version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "home-assistant-ecosystem"; repo = "python-netdata"; tag = version; hash = "sha256-Et9T/+xonHSXjGQabgizW4pVBIYpTz0flud+vlfBNQE="; tag = finalAttrs.version; hash = "sha256-rffqpvqVvCi7CKjDchgRzUWDNxsA7C37UHvbELewR0E="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ httpx yarl ]; Loading @@ -40,8 +40,8 @@ buildPythonPackage rec { meta = { description = "Python API for interacting with Netdata"; homepage = "https://github.com/home-assistant-ecosystem/python-netdata"; changelog = "https://github.com/home-assistant-ecosystem/python-netdata/releases/tag/${version}"; license = with lib.licenses; [ mit ]; changelog = "https://github.com/home-assistant-ecosystem/python-netdata/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })