yt-dlp: 2025.1.12 -> 2025.1.15
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.01.15 Diff: https://github.com/yt-dlp/yt-dlp/compare/2025.01.12...2025.01.15
This commit is contained in:
parent
5ae2660740
commit
3a1200917f
@ -17,13 +17,13 @@ python3Packages.buildPythonApplication rec {
|
|||||||
# The websites yt-dlp deals with are a very moving target. That means that
|
# 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
|
# downloads break constantly. Because of that, updates should always be backported
|
||||||
# to the latest stable release.
|
# to the latest stable release.
|
||||||
version = "2025.1.12";
|
version = "2025.1.15";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "yt_dlp";
|
pname = "yt_dlp";
|
||||||
hash = "sha256-jn4kbipaLP8KnBPbRoRKN6VHaAcCASBYyU7Bj84Molo=";
|
hash = "sha256-6OxRXUm7YnBJFdE6Iu5v4DpWWNZR5OZFdOOhfuAfbjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user