yt-dlp: 2021.10.10 -> 2021.10.22
https://github.com/yt-dlp/yt-dlp/releases/tag/2021.10.22 (cherry picked from commit 38b81820eeef14344b9e805d91c5c9f8c854b5db)
This commit is contained in:
parent
ea8a8b9c52
commit
fa8441ba44
|
@ -20,12 +20,12 @@ buildPythonPackage rec {
|
||||||
# The websites yt-dlp deals with are a very moving target. That means that
|
# The websites yt-dlp deals with are a very moving target. That means that
|
||||||
# downloads break constantly. Because of that, updates should always be backported
|
# downloads break constantly. Because of that, updates should always be backported
|
||||||
# to the latest stable release.
|
# to the latest stable release.
|
||||||
version = "2021.10.10";
|
version = "2021.10.22";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
|
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
|
||||||
sha256 = "sha256-zJYhHo5V67tI0uZgnA0JQlB+tUcbLOdOOPe5X41wpOc=";
|
sha256 = "sha256-okuWZr0iNBSeTajE8Wu45fdGwpQo0S7gT8HBG1JHowc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ websockets mutagen ]
|
propagatedBuildInputs = [ websockets mutagen ]
|
||||||
|
|
Loading…
Reference in New Issue