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

yt-dlp: 2023.3.3 -> 2023.3.4
This commit is contained in:
Mario Rodas 2023-03-05 17:28:39 -05:00 committed by GitHub
commit 498a67df18
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.3.3";
version = "2023.3.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-d/017Y9ZtYDP9RYbE9137pklYZpzVTt8A+srCt6nH7c=";
sha256 = "sha256-Jl1dqXp2wV19mkCIpnt4rNXc9vjP2CV8UvWB/5lv9RU=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];