Skip to content

Commit

Permalink
yt-dlp: 2022.8.19 -> 2022.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 1, 2022
1 parent 6d0f012 commit eae91da
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 = "2022.8.19";
version = "2022.9.1";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-zCkKyKH+xiaEF2X+0S96Hr3+AXka5cXzeU7fzjXYGEM=";
sha256 = "sha256-vHTuJVeQBD5FgZeq8lxsEE/vyfzaRFj2UmGUR6tK4Nc=";
};

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

0 comments on commit eae91da

Please sign in to comment.