Skip to content

Commit 7a1edc2

Browse files
yt-dlp: 2025.3.27 -> 2025.3.31 (NixOS#395110)
2 parents 08dc973 + 4b8d970 commit 7a1edc2

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

2323
src = fetchPypi {
2424
inherit version;
2525
pname = "yt_dlp";
26-
hash = "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU=";
26+
hash = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E=";
2727
};
2828

2929
build-system = with python3Packages; [

0 commit comments

Comments
 (0)