We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be73dab + f51b312 commit 12c01abCopy full SHA for 12c01ab
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.08.11";
+ version = "2025.08.20";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "yt-dlp";
27
repo = "yt-dlp";
28
tag = version;
29
- hash = "sha256-j7x844MPPFdXYTJiiMnru3CE79A/6JdfJDdh8it9KsU=";
+ hash = "sha256-FeIoV7Ya+tGCMvUUXmPrs4MN52zwqrcpzJ6Arh4V450=";
30
};
31
32
postPatch = ''
0 commit comments