mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
yt-dlp: 2024.12.3 -> 2024.12.6
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.12.06 Diff: https://github.com/yt-dlp/yt-dlp/compare/2024.12.03...2024.12.06
This commit is contained in:
parent
4c4b9f09be
commit
07cb36c3f9
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@ python3Packages.buildPythonApplication rec {
|
|||
# The websites yt-dlp deals with are a very moving target. That means that
|
||||
# downloads break constantly. Because of that, updates should always be backported
|
||||
# to the latest stable release.
|
||||
version = "2024.12.3";
|
||||
version = "2024.12.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "yt_dlp";
|
||||
hash = "sha256-Nav/UcV2IDMQPyMwugqKH0jEOIpBOi2M3JuEZC/o7dQ=";
|
||||
hash = "sha256-dD2+CB6ocb4/X/CD4s2V2oZt6nc/xwrmsQmDjPv3KsQ=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue