Commit 79995355 authored by linsui's avatar linsui
Browse files

yutto: 2.0.3 -> 2.1.0

parent b4725e01
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -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;
@@ -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);

@@ -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";