mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
yt-dlp: 2026.06.09 -> 2026.07.04
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.07.04
Diff: https://github.com/yt-dlp/yt-dlp/compare/2026.06.09...2026.07.04
(cherry picked from commit 14e9021444)
This commit is contained in:
committed by
github-actions[bot]
parent
156edf08c5
commit
e65497587b
@@ -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.06.09";
|
||||
version = "2026.07.04";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yt-dlp";
|
||||
repo = "yt-dlp";
|
||||
tag = version;
|
||||
hash = "sha256-ykqTDPzKKIWRGSQmw2esCRKyYqDZKXRYDeba888tkDU=";
|
||||
hash = "sha256-+oHcVylLXFJTRR6jXF6IXvgntXJz0tRdtnwTruRPkoc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user