···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 ];
···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.4";
2526 src = fetchPypi {
27 inherit pname version;
28+ sha256 = "sha256-Jl1dqXp2wV19mkCIpnt4rNXc9vjP2CV8UvWB/5lv9RU=";
29 };
3031 propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];