Merge pull request #321926 from r-ryantm/auto-update/svtplay-dl

svtplay-dl: 4.83 -> 4.89
This commit is contained in:
Nick Cao 2024-06-23 09:46:02 -04:00 committed by GitHub
commit ec93fd555f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ let
python pytest nose3 cryptography pyyaml requests mock requests-mock
python-dateutil setuptools;
version = "4.83";
version = "4.89";
in
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-CaidnRd21qtPKlFMHfQMmYVz/CfN88uBC1XK3JikHf0=";
hash = "sha256-EuLXDbJembiFFEuIihrc8KkdqxLBgT4Ib3xwkKibVS8=";
};
pythonPaths = [ cryptography pyyaml requests ];