yt-dlp: 2023.1.6 -> 2023.2.17

This commit is contained in:
Ingo Blechschmidt 2023-02-17 13:40:00 +01:00
parent da01ba56a1
commit 2b71a590f4

View File

@ -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 = "2023.1.6";
version = "2023.2.17";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ong6NnUc7RY2j0CzuoZas5swaJ7YBW8e4jRqo4OaCw8=";
sha256 = "sha256-mvkt5e/8GTvbUSFtnr8oh02WGA0gL651Kw2fKmM4Dzo=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];