We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c33594 commit ed3bad0Copy full SHA for ed3bad0
1 file changed
pkgs/by-name/yt/yt-dlp/package.nix
@@ -19,14 +19,14 @@ python3Packages.buildPythonApplication rec {
19
# The websites yt-dlp deals with are a very moving target. That means that
20
# downloads break constantly. Because of that, updates should always be backported
21
# to the latest stable release.
22
- version = "2025.09.26";
+ version = "2025.10.14";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "yt-dlp";
27
repo = "yt-dlp";
28
tag = version;
29
- hash = "sha256-/uzs87Vw+aDNfIJVLOx3C8RyZvWLqjggmnjrOvUX1Eg=";
+ hash = "sha256-x7vpuXUihlC4jONwjmWnPECFZ7xiVAOFSDUgBNvl+aA=";
30
};
31
32
postPatch = ''
0 commit comments