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

svtplay-dl: 4.3 -> 4.5
This commit is contained in:
figsoda
2021-09-22 08:12:12 -04:00
committed by GitHub
+2 -2
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 ];