Loading pkgs/by-name/yu/yutto/package.nix +5 −8 Original line number Diff line number Diff line Loading @@ -3,12 +3,11 @@ python3Packages, fetchFromGitHub, ffmpeg, nix-update-script, }: python3Packages.buildPythonApplication rec { pname = "yutto"; version = "2.0.3"; version = "2.1.0"; pyproject = true; pythonRelaxDeps = true; Loading @@ -17,21 +16,21 @@ python3Packages.buildPythonApplication rec { owner = "yutto-dev"; repo = "yutto"; tag = "v${version}"; hash = "sha256-giwCLA9M1XR0neLJVfO017Q1wK34yVQpOxUzgShDJL0="; hash = "sha256-A9LM+hdev9/vH4HV2DUhpiA2XqvXYxtSUt2dyUnZwsU="; }; build-system = with python3Packages; [ hatchling ]; build-system = with python3Packages; [ uv-build ]; dependencies = with python3Packages; [ httpx aiofiles biliass dict2xml colorama httpx typing-extensions pydantic returns ] ++ (with httpx.optional-dependencies; http2 ++ socks); Loading @@ -41,8 +40,6 @@ python3Packages.buildPythonApplication rec { pythonImportsCheck = [ "yutto" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Bilibili downloader"; homepage = "https://github.com/yutto-dev/yutto"; Loading Loading
pkgs/by-name/yu/yutto/package.nix +5 −8 Original line number Diff line number Diff line Loading @@ -3,12 +3,11 @@ python3Packages, fetchFromGitHub, ffmpeg, nix-update-script, }: python3Packages.buildPythonApplication rec { pname = "yutto"; version = "2.0.3"; version = "2.1.0"; pyproject = true; pythonRelaxDeps = true; Loading @@ -17,21 +16,21 @@ python3Packages.buildPythonApplication rec { owner = "yutto-dev"; repo = "yutto"; tag = "v${version}"; hash = "sha256-giwCLA9M1XR0neLJVfO017Q1wK34yVQpOxUzgShDJL0="; hash = "sha256-A9LM+hdev9/vH4HV2DUhpiA2XqvXYxtSUt2dyUnZwsU="; }; build-system = with python3Packages; [ hatchling ]; build-system = with python3Packages; [ uv-build ]; dependencies = with python3Packages; [ httpx aiofiles biliass dict2xml colorama httpx typing-extensions pydantic returns ] ++ (with httpx.optional-dependencies; http2 ++ socks); Loading @@ -41,8 +40,6 @@ python3Packages.buildPythonApplication rec { pythonImportsCheck = [ "yutto" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Bilibili downloader"; homepage = "https://github.com/yutto-dev/yutto"; Loading