File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments