Commit 2b71a590 authored by Ingo Blechschmidt's avatar Ingo Blechschmidt
Browse files

yt-dlp: 2023.1.6 -> 2023.2.17

parent da01ba56
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 ];