mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
yt-dlp: 2026.07.04 -> 2026.08.19 (#554763)
This commit is contained in:
@@ -32,14 +32,14 @@ python3Packages.buildPythonApplication 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 = "2026.07.04";
|
||||
version = "2026.08.19";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yt-dlp";
|
||||
repo = "yt-dlp";
|
||||
tag = version;
|
||||
hash = "sha256-+oHcVylLXFJTRR6jXF6IXvgntXJz0tRdtnwTruRPkoc=";
|
||||
hash = "sha256-BM5ZeGTmHq+1xH6G/zsuCtjLgYgfRA11ya0zIHK5p4g=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -80,7 +80,6 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
curl-cffi = [ python3Packages.curl-cffi ];
|
||||
secretstorage = with python3Packages; [
|
||||
cffi
|
||||
secretstorage
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user