svtplay-dl: 1.0 -> 1.1
This commit is contained in:
parent
3325725f61
commit
658b8e98df
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "svtplay-dl-${version}";
|
name = "svtplay-dl-${version}";
|
||||||
version = "1.0";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spaam";
|
owner = "spaam";
|
||||||
repo = "svtplay-dl";
|
repo = "svtplay-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0chvljmhj7waq3dfyciiyk3i18hmrczc70qfyhn2ycq0k0nbn0jj";
|
sha256 = "1chvljmhj7waq3dfyciiyk3i18hmrczc70qfyhn2ycq0k0nbn0jj";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ pycrypto requests2 ];
|
pythonPaths = [ pycrypto requests2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user