···20 # The websites yt-dlp deals with are a very moving target. That means that
21 # downloads break constantly. Because of that, updates should always be backported
22 # to the latest stable release.
23- version = "2022.11.11";
2425 src = fetchPypi {
26 inherit pname version;
27- sha256 = "sha256-9rliAjwXp3FRR28Pbtcb6H0Bdim6XZmUUovFSFIRkbY=";
28 };
2930 propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
···20 # The websites yt-dlp deals with are a very moving target. That means that
21 # downloads break constantly. Because of that, updates should always be backported
22 # to the latest stable release.
23+ version = "2023.1.2";
2425 src = fetchPypi {
26 inherit pname version;
27+ sha256 = "sha256-uNe7tcFZX3GIVaMfNNigJ2pwhvXT9ULAIaje2LJtNq4=";
28 };
2930 propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];