Skip to content

Commit 12c01ab

Browse files
[Backport release-25.05] yt-dlp: 2025.08.11 -> 2025.08.20 (#435284)
2 parents be73dab + f51b312 commit 12c01ab

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
@@ -19,14 +19,14 @@ python3Packages.buildPythonApplication rec {
1919
# The websites yt-dlp deals with are a very moving target. That means that
2020
# downloads break constantly. Because of that, updates should always be backported
2121
# to the latest stable release.
22-
version = "2025.08.11";
22+
version = "2025.08.20";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "yt-dlp";
2727
repo = "yt-dlp";
2828
tag = version;
29-
hash = "sha256-j7x844MPPFdXYTJiiMnru3CE79A/6JdfJDdh8it9KsU=";
29+
hash = "sha256-FeIoV7Ya+tGCMvUUXmPrs4MN52zwqrcpzJ6Arh4V450=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)