Skip to content

Commit ed3bad0

Browse files
yzhou216sini
authored andcommitted
yt-dlp: 2025.09.26 -> 2025.10.14
1 parent 5c33594 commit ed3bad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.09.26";
22+
version = "2025.10.14";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "yt-dlp";
2727
repo = "yt-dlp";
2828
tag = version;
29-
hash = "sha256-/uzs87Vw+aDNfIJVLOx3C8RyZvWLqjggmnjrOvUX1Eg=";
29+
hash = "sha256-x7vpuXUihlC4jONwjmWnPECFZ7xiVAOFSDUgBNvl+aA=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)