yt-dlp: 2021.12.25 -> 2021.12.27

This commit is contained in:
Sandro Jäckel 2021-12-29 21:31:09 +01:00
parent 8927dd047c
commit 9919f32394
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,12 +20,12 @@ 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 = "2021.12.25";
version = "2021.12.27";
src = fetchPypi {
inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
sha256 = "sha256-h8E1F8VVEM+sqGFyYN43YCkDXbwvhxWnQmulZS6P4hI=";
sha256 = "sha256-IkTfN1l1FIfnlrI7ZyFr7pjnCDKjpDwlJrCw4Lv7y1s=";
};
propagatedBuildInputs = [ websockets mutagen ]