python38Packages.yt-dlp: 2021.9.2 -> 2021.9.25

This commit is contained in:
R. RyanTM 2021-09-25 15:49:57 +00:00 committed by Roosembert Palacios
parent af706fce73
commit 6d31c97d24
No known key found for this signature in database
GPG Key ID: CAAAECE5C2242BB7
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ 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 = "2021.9.2";
version = "2021.9.25";
src = fetchPypi {
inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
sha256 = "sha256-yn53zbBVuiaD31sIB6qxweEgy+AsjzXZ0yk9lNva6mM=";
sha256 = "e7b8dd0ee9498abbd80eb38d9753696d6ca3d02f64980322ab3bf39ba1bc31ee";
};
propagatedBuildInputs = [ websockets mutagen ]