Skip to content

Commit 90b5bf6

Browse files
yt-dlp: 2024.12.13 -> 2024.12.23 (#367872)
2 parents 454a12d + cc61427 commit 90b5bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/yt/yt-dlp/package.nix

Lines changed: 3 additions & 3 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 = "2024.12.13";
20+
version = "2024.12.23";
2121
pyproject = true;
2222

2323
src = fetchPypi {
2424
inherit version;
2525
pname = "yt_dlp";
26-
hash = "sha256-d+Fa+51GDstylKObteOdyfTopl86N+9NtYgAuU0JVRE=";
26+
hash = "sha256-rA5ytakBe6EEtCWFRiAafO3DjovSByfgxjt3yCm0Jek=";
2727
};
2828

2929
build-system = with python3Packages; [
@@ -98,8 +98,8 @@ python3Packages.buildPythonApplication rec {
9898
changelog = "https://github.com/yt-dlp/yt-dlp/blob/HEAD/Changelog.md";
9999
license = licenses.unlicense;
100100
maintainers = with maintainers; [
101-
mkg20001
102101
SuperSandro2000
102+
donteatoreo
103103
];
104104
mainProgram = "yt-dlp";
105105
};

0 commit comments

Comments
 (0)