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 c0b4d43 + 4ca0dc4 commit ae0b2bfCopy full SHA for ae0b2bf
pkgs/tools/misc/yt-dlp/default.nix
@@ -25,13 +25,13 @@ buildPythonPackage rec {
25
# The websites yt-dlp deals with are a very moving target. That means that
26
# downloads break constantly. Because of that, updates should always be backported
27
# to the latest stable release.
28
- version = "2024.5.27";
+ version = "2024.7.1";
29
pyproject = true;
30
31
src = fetchPypi {
32
inherit version;
33
pname = "yt_dlp";
34
- hash = "sha256-NWbA3iQNDNPRwihc5lX3LKON/GGNY01GgYsA2J1SiL4=";
+ hash = "sha256-6wAZR0/95peTeMB1VfoBFzz1W96QsXKgGBtXFnk6rvI=";
35
};
36
37
build-system = [
0 commit comments