svtplay-dl: 2.7 -> 2.8
This commit is contained in:
parent
f95afaf437
commit
32df78017b
@ -8,13 +8,13 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "svtplay-dl";
|
pname = "svtplay-dl";
|
||||||
version = "2.7";
|
version = "2.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spaam";
|
owner = "spaam";
|
||||||
repo = "svtplay-dl";
|
repo = "svtplay-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0gcw7hwbr9jniwvqix37vvd2fiplsz70qab9w45d21i8jrfnhxb5";
|
sha256 = "1977xyxi9jfj7qra1sz7c9lk885cadpci66jvbzvnwm6d60m05lb";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ pycrypto pyyaml requests ];
|
pythonPaths = [ pycrypto pyyaml requests ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user