Loading pkgs/by-name/sc/scdl/package.nix +4 −7 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
pkgs/by-name/sc/scdl/package.nix +4 −7 Original line number Diff line number Diff line Loading @@ -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: Loading