···21 # The websites yt-dlp deals with are a very moving target. That means that
22 # downloads break constantly. Because of that, updates should always be backported
23 # to the latest stable release.
24- version = "2023.2.17";
2526 src = fetchPypi {
27 inherit pname version;
28- sha256 = "sha256-mvkt5e/8GTvbUSFtnr8oh02WGA0gL651Kw2fKmM4Dzo=";
29 };
3031 propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
···21 # The websites yt-dlp deals with are a very moving target. That means that
22 # downloads break constantly. Because of that, updates should always be backported
23 # to the latest stable release.
24+ version = "2023.3.3";
2526 src = fetchPypi {
27 inherit pname version;
28+ sha256 = "sha256-d/017Y9ZtYDP9RYbE9137pklYZpzVTt8A+srCt6nH7c=";
29 };
3031 propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];