Unverified Commit 6b6dc591 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

scdl: 2.12.4 -> 3.0.4 (#476720)

parents e5a679a7 79dbc733
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -7,25 +7,22 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "scdl";
  version = "2.12.4";
  version = "3.0.4";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-5+3ok7UcJEdUW45bdPGkkvk+k/NYIpEi0URNuQ6e0vk=";
    hash = "sha256-r7cvsoKTWE0W/pbjmbaGqra9+qb1MDxf2B5C/rdrCdU=";
  };

  build-system = [ python3Packages.setuptools ];

  dependencies = with python3Packages; [
    curl-cffi
    docopt-ng
    mutagen
    termcolor
    requests
    tqdm
    pathvalidate
    soundcloud-v2
    filelock
    yt-dlp
  ];

  # Ensure ffmpeg is available in $PATH: