Skip to content

Commit ae0b2bf

Browse files
Merge pull request #323934 from r-ryantm/auto-update/python311Packages.yt-dlp-light
python311Packages.yt-dlp-light: 2024.5.27 -> 2024.7.1
2 parents c0b4d43 + 4ca0dc4 commit ae0b2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/yt-dlp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ buildPythonPackage rec {
2525
# The websites yt-dlp deals with are a very moving target. That means that
2626
# downloads break constantly. Because of that, updates should always be backported
2727
# to the latest stable release.
28-
version = "2024.5.27";
28+
version = "2024.7.1";
2929
pyproject = true;
3030

3131
src = fetchPypi {
3232
inherit version;
3333
pname = "yt_dlp";
34-
hash = "sha256-NWbA3iQNDNPRwihc5lX3LKON/GGNY01GgYsA2J1SiL4=";
34+
hash = "sha256-6wAZR0/95peTeMB1VfoBFzz1W96QsXKgGBtXFnk6rvI=";
3535
};
3636

3737
build-system = [

0 commit comments

Comments
 (0)