3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200698 from marsam/update-yt-dl

yt-dlp: 2022.10.4 -> 2022.11.11
This commit is contained in:
Mario Rodas 2022-11-11 09:04:42 -05:00 committed by GitHub
commit 56155c1807
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.10.4";
version = "2022.11.11";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F3Ki5vMrlxtNAm3q4wRPV2uAUgNSVco0DzRc/pDTjTg=";
sha256 = "sha256-9rliAjwXp3FRR28Pbtcb6H0Bdim6XZmUUovFSFIRkbY=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];