3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #187376 from qowoz/yt-dlp

This commit is contained in:
Sandro 2022-08-19 11:55:02 +02:00 committed by GitHub
commit 711482f486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,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 = "2022.8.14";
version = "2022.8.19";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mizrdqTMSKqAEn7/ioU9nIt+/ovhIcISPcv9PQa8lF8=";
sha256 = "sha256-zCkKyKH+xiaEF2X+0S96Hr3+AXka5cXzeU7fzjXYGEM=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];