Unverified Commit 3bb45fae authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #216793 from iblech/patch-yt-dlp-2023.2.17

yt-dlp: 2023.1.6 -> 2023.2.17 (thereby unbreaking YouTube downloads)
parents 6b37734f 2b71a590
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ 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 = "2023.1.6";
  version = "2023.2.17";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-Ong6NnUc7RY2j0CzuoZas5swaJ7YBW8e4jRqo4OaCw8=";
    sha256 = "sha256-mvkt5e/8GTvbUSFtnr8oh02WGA0gL651Kw2fKmM4Dzo=";
  };

  propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];