Unverified Commit 162836ba authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #259568 from marsam/update-yt-dlp

yt-dlp: 2023.9.24 -> 2023.10.7
parents 13027bd4 9f9c4cbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,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.9.24";
  version = "2023.10.7";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-z8+1/8EgE7auS4x6KDp+RimI8bSSg94pHei/vgU7gHM=";
    hash = "sha256-/IZlepskDPZf7z/2J+Sg3jNeclk2/nDUQCxx3ZdFLzY=";
  };

  propagatedBuildInputs = [