svtplay-dl: 1.6 -> 1.7
This commit is contained in:
parent
7fb1f711f7
commit
31853a73fa
@ -5,13 +5,13 @@ let
|
|||||||
inherit (pythonPackages) python nose pycrypto requests2 mock;
|
inherit (pythonPackages) python nose pycrypto requests2 mock;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "svtplay-dl-${version}";
|
name = "svtplay-dl-${version}";
|
||||||
version = "1.6";
|
version = "1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spaam";
|
owner = "spaam";
|
||||||
repo = "svtplay-dl";
|
repo = "svtplay-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "12r4yazsxk09sampiz9j1jqgzm3136h5fgbbdaiwg43b0y1sjg3d";
|
sha256 = "15vadnyah51pk4d0lx11bymxhfq47l5ijn72pjqr9yjx3pkgpd7w";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ pycrypto requests2 ];
|
pythonPaths = [ pycrypto requests2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user