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
+2 -2
View File
@@ -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 = [