svtplay-dl: 2.6 -> 2.7

gstqt5
Robert Helgesson 2020-10-18 18:25:33 +02:00
parent 7e3cf7fc16
commit b8ec336447
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ let
in stdenv.mkDerivation rec {
pname = "svtplay-dl";
version = "2.6";
version = "2.7";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "1d969ig4w6irx5822crhpab2f53svpiyf1vfx87irapy309dqy2y";
sha256 = "0gcw7hwbr9jniwvqix37vvd2fiplsz70qab9w45d21i8jrfnhxb5";
};
pythonPaths = [ pycrypto pyyaml requests ];