Loading pkgs/tools/misc/yt-dlp/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -25,13 +25,13 @@ buildPythonPackage 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.7.16"; version = "2024.7.25"; pyproject = true; src = fetchPypi { inherit version; pname = "yt_dlp"; hash = "sha256-xb1RekneoZI+yOFPUYWPEP2J3+zhTLcBOStIC0Gy9RY="; hash = "sha256-dYeqJeI2z3sUvbk3i7//9RIC2QGwQgK+DPYsu1bTtSw="; }; build-system = [ Loading Loading
pkgs/tools/misc/yt-dlp/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -25,13 +25,13 @@ buildPythonPackage 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.7.16"; version = "2024.7.25"; pyproject = true; src = fetchPypi { inherit version; pname = "yt_dlp"; hash = "sha256-xb1RekneoZI+yOFPUYWPEP2J3+zhTLcBOStIC0Gy9RY="; hash = "sha256-dYeqJeI2z3sUvbk3i7//9RIC2QGwQgK+DPYsu1bTtSw="; }; build-system = [ Loading