mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:57:38 +00:00
yt-dlp: 2023.1.2 -> 2023.1.6
https://github.com/yt-dlp/yt-dlp/releases/tag/2023.01.06
This commit is contained in:
parent
3ad7b8a7e8
commit
e7800b4ed0
@ -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 = "2023.1.2";
|
||||
version = "2023.1.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-uNe7tcFZX3GIVaMfNNigJ2pwhvXT9ULAIaje2LJtNq4=";
|
||||
sha256 = "sha256-Ong6NnUc7RY2j0CzuoZas5swaJ7YBW8e4jRqo4OaCw8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
|
||||
|
Loading…
Reference in New Issue
Block a user