yt-dlp: 2023.3.3 -> 2023.3.4

https://github.com/yt-dlp/yt-dlp/releases/tag/2023.03.04
This commit is contained in:
Mario Rodas
2023-03-04 04:20:00 +00:00
parent 67faa3e9b3
commit 3457afe2de
+2 -2
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 ];