Skip to content

Commit 397ec2e

Browse files
yt-dlp: 2025.6.9 -> 2025.6.25 (#420167)
2 parents ec33f03 + 070d25e commit 397ec2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/yt/yt-dlp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ python3Packages.buildPythonApplication rec {
1717
# The websites yt-dlp deals with are a very moving target. That means that
1818
# downloads break constantly. Because of that, updates should always be backported
1919
# to the latest stable release.
20-
version = "2025.6.9";
20+
version = "2025.6.25";
2121
pyproject = true;
2222

2323
src = fetchPypi {
2424
inherit version;
2525
pname = "yt_dlp";
26-
hash = "sha256-dR9To7YTU1Ir+AX6MLvL0WZmEmU345cG6rT4w2jxEaw=";
26+
hash = "sha256-JCtkjhoYqwS91MwXWjF/6Ow619AXXu6fmBkSYks9bIs=";
2727
};
2828

2929
build-system = with python3Packages; [

0 commit comments

Comments
 (0)