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.
1 parent 2506c28 commit 4da6152Copy full SHA for 4da6152
1 file changed
pkgs/by-name/yt/yt-dlp/package.nix
@@ -16,13 +16,13 @@ python3Packages.buildPythonApplication rec {
16
# The websites yt-dlp deals with are a very moving target. That means that
17
# downloads break constantly. Because of that, updates should always be backported
18
# to the latest stable release.
19
- version = "2024.7.25";
+ version = "2024.8.1";
20
pyproject = true;
21
22
src = fetchPypi {
23
inherit version;
24
pname = "yt_dlp";
25
- hash = "sha256-dYeqJeI2z3sUvbk3i7//9RIC2QGwQgK+DPYsu1bTtSw=";
+ hash = "sha256-QxiqUjaUYRVi8BQZyNUmtmKnLfNO+LpFQBazTINmwVg=";
26
};
27
28
build-system = with python3Packages; [
0 commit comments