forked from mirrors/nixpkgs
svtplay-dl: 1.1 -> 1.3
This commit is contained in:
parent
c0555991b2
commit
f261f5fe34
|
@ -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.1";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spaam";
|
owner = "spaam";
|
||||||
repo = "svtplay-dl";
|
repo = "svtplay-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0wzh86zjly2r03qpjb5z0ddy79qkbw7k04qfawj22nf2w629r0dk";
|
sha256 = "0cnhv9a6vdrp2wmyl69fb1yklbx1x5pblsy4a5a36gwxmaill05k";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ pycrypto requests2 ];
|
pythonPaths = [ pycrypto requests2 ];
|
||||||
|
|
Loading…
Reference in a new issue