Merge pull request #173559 from NixOS/backport-173470-to-release-21.11

[Backport release-21.11] yt-dlp: 2022.04.08 -> 2022.05.18
This commit is contained in:
Mario Rodas
2022-05-18 20:47:30 -05:00
committed by GitHub

View File

@@ -22,12 +22,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 = "2022.04.08";
version = "2022.05.18";
src = fetchPypi {
inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
sha256 = "sha256-h1jQFlCdRXS5D73pdapwra73HtXnoZUUFYj21pRSBbo=";
sha256 = "sha256-OntZ0vtLOc6LqOC5xaN/4g5WJPRqI0a0rmarEyDjUTQ=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
@@ -69,6 +69,6 @@ buildPythonPackage rec {
you can modify it, redistribute it or use it however you like.
'';
license = licenses.unlicense;
maintainers = with maintainers; [ mkg20001 SuperSandro2000 ];
maintainers = with maintainers; [ mkg20001 SuperSandro2000 marsam ];
};
}