svtplay-dl: 3.3 -> 3.6

This commit is contained in:
Robert Helgesson 2021-04-29 20:50:37 +02:00
parent e657141bd5
commit 69c572332b

View File

@ -8,13 +8,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "svtplay-dl"; pname = "svtplay-dl";
version = "3.3"; version = "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spaam"; owner = "spaam";
repo = "svtplay-dl"; repo = "svtplay-dl";
rev = version; rev = version;
sha256 = "00pz5vv39qjsw67fdlj6942371lyvv368lc82z17nnh723ck54yy"; sha256 = "1hnbpj4k08356k2rmsairbfnxwfxs5lv59nxcj6hy5wf162h2hzb";
}; };
pythonPaths = [ cryptography pyyaml requests ]; pythonPaths = [ cryptography pyyaml requests ];