svtplay-dl: 4.3 -> 4.5

This commit is contained in:
R. RyanTM 2021-09-22 06:04:54 +00:00
parent eb71bcd041
commit 137a4f7b43

View File

@ -9,13 +9,13 @@ let
in stdenv.mkDerivation rec {
pname = "svtplay-dl";
version = "4.3";
version = "4.5";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "04gmiqg6mq96fw4v1v6947i216fsf0vcnjp3ya8bbii5na91y1aa";
sha256 = "sha256-TiJWy5WU1VsseodfgfemAsUc5/hDwSlM03ITRYTvJbg=";
};
pythonPaths = [ cryptography pyyaml requests ];