Skip to content

Commit

Permalink
yt-dlp: 2023.2.17 -> 2023.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and github-actions[bot] committed Mar 3, 2023
1 parent 9c951e6 commit 6b9e53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/yt-dlp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.17";
version = "2023.3.3";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-mvkt5e/8GTvbUSFtnr8oh02WGA0gL651Kw2fKmM4Dzo=";
sha256 = "sha256-d/017Y9ZtYDP9RYbE9137pklYZpzVTt8A+srCt6nH7c=";
};

propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
Expand Down

0 comments on commit 6b9e53d

Please sign in to comment.