Merge pull request #238881 from qowoz/yt-dlp

yt-dlp: 2023.3.4 -> 2023.6.21
This commit is contained in:
Mario Rodas 2023-06-21 00:41:14 -05:00 committed by GitHub
commit daf5ff5a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,11 +22,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.4";
version = "2023.6.21";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Jl1dqXp2wV19mkCIpnt4rNXc9vjP2CV8UvWB/5lv9RU=";
sha256 = "sha256-VsNdGtPs+4KMO4n/4HsjWzVO3dguGjHdw9FuuMPnHo4=";
};
propagatedBuildInputs = [