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

svtplay-dl: 4.79 -> 4.83
This commit is contained in:
Nick Cao 2024-06-15 09:41:13 -04:00 committed by GitHub
commit f8f43c55d7
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.79";
version = "4.83";
in
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-m5lIiWOROzNUONAVRoD6vdE7+1TeI6L0tNw+afYtNZA=";
hash = "sha256-CaidnRd21qtPKlFMHfQMmYVz/CfN88uBC1XK3JikHf0=";
};
pythonPaths = [ cryptography pyyaml requests ];