yt-dlp: 2022.05.18 -> 2022.6.22.1
https://github.com/yt-dlp/yt-dlp/releases/tag/2022.06.22 https://github.com/yt-dlp/yt-dlp/releases/tag/2022.06.22.1
This commit is contained in:
parent
588c4f214e
commit
cbbc9759b6
1 changed files with 2 additions and 2 deletions
|
@ -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 = "2022.05.18";
|
||||
version = "2022.6.22.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname;
|
||||
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
|
||||
sha256 = "sha256-OntZ0vtLOc6LqOC5xaN/4g5WJPRqI0a0rmarEyDjUTQ=";
|
||||
sha256 = "sha256-7kAancx+koWxTxMinD3O/fOH5Zf09Pdz2rMmqv47gww=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
|
||||
|
|
Loading…
Reference in a new issue