yt-dlp: 2022.8.14 -> 2022.8.19
https://github.com/yt-dlp/yt-dlp/releases/tag/2022.08.19
This commit is contained in:
parent
0c8ae3d527
commit
2d52abcbef
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ buildPythonPackage rec {
|
|||
# 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
|
||||
# to the latest stable release.
|
||||
version = "2022.8.14";
|
||||
version = "2022.8.19";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-mizrdqTMSKqAEn7/ioU9nIt+/ovhIcISPcv9PQa8lF8=";
|
||||
sha256 = "sha256-zCkKyKH+xiaEF2X+0S96Hr3+AXka5cXzeU7fzjXYGEM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
|
||||
|
|
Loading…
Reference in a new issue