We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08dc973 + 4b8d970 commit 7a1edc2Copy full SHA for 7a1edc2
pkgs/by-name/yt/yt-dlp/package.nix
@@ -17,13 +17,13 @@ python3Packages.buildPythonApplication rec {
17
# The websites yt-dlp deals with are a very moving target. That means that
18
# downloads break constantly. Because of that, updates should always be backported
19
# to the latest stable release.
20
- version = "2025.3.27";
+ version = "2025.3.31";
21
pyproject = true;
22
23
src = fetchPypi {
24
inherit version;
25
pname = "yt_dlp";
26
- hash = "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU=";
+ hash = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E=";
27
};
28
29
build-system = with python3Packages; [
0 commit comments