Merge pull request #219419 from marsam/update-yt-dlp

This commit is contained in:
Maciej Krüger 2023-03-04 00:54:00 +01:00 committed by GitHub
commit 50671dba73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,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 = "2023.2.17";
version = "2023.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mvkt5e/8GTvbUSFtnr8oh02WGA0gL651Kw2fKmM4Dzo=";
sha256 = "sha256-d/017Y9ZtYDP9RYbE9137pklYZpzVTt8A+srCt6nH7c=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];