Skip to content

Commit 3850e3d

Browse files
yt-dlp: 2025.1.26 -> 2025.2.19 (#383292)
2 parents cdbb117 + 5d7ab90 commit 3850e3d

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.1.26";
20+
version = "2025.2.19";
2121
pyproject = true;
2222

2323
src = fetchPypi {
2424
inherit version;
2525
pname = "yt_dlp";
26-
hash = "sha256-HJc4JmkhrUPFaK0BrDNi+3x69Uknb77JK9cvFA2hYkA=";
26+
hash = "sha256-8zynbfLk2zGIDy/kCNRPUFjZ8TUBWxPlBhDfvngkW+o=";
2727
};
2828

2929
build-system = with python3Packages; [

0 commit comments

Comments
 (0)