DontEatOreo 2025-01-16 02:39:00 +02:00
parent 5ae2660740
commit 3a1200917f
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -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 = "2025.1.12";
version = "2025.1.15";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-jn4kbipaLP8KnBPbRoRKN6VHaAcCASBYyU7Bj84Molo=";
hash = "sha256-6OxRXUm7YnBJFdE6Iu5v4DpWWNZR5OZFdOOhfuAfbjs=";
};
build-system = with python3Packages; [