Skip to content

Commit 504ee55

Browse files
authored
yt-dlp: 2025.03.25 -> 2025.03.26 (#393323)
2 parents 0c2140b + 4aaf95d commit 504ee55

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

2323
src = fetchPypi {
2424
inherit version;
2525
pname = "yt_dlp";
26-
hash = "sha256-x/QlFvnfMdrvU8yiWQI5QBzzHbfE6spnZnz9gvLgric=";
26+
hash = "sha256-R0Vhcrx6iNuhxRn+QtgAh6j1MMA9LL8k4GCkH48fbss=";
2727
};
2828

2929
build-system = with python3Packages; [

0 commit comments

Comments
 (0)