Merge pull request #8096 from rycee/update/svtplay-dl
Bump 'svtplay-dl' to version 0.10.2015.05.24.
This commit is contained in:
commit
db56961236
1 changed files with 7 additions and 5 deletions
|
@ -1,13 +1,15 @@
|
|||
{ stdenv, fetchurl, makeWrapper, python, perl, zip
|
||||
{ stdenv, fetchFromGitHub, makeWrapper, python, perl, zip
|
||||
, rtmpdump, nose, mock, pycrypto, substituteAll }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "svtplay-dl-${version}";
|
||||
version = "0.10.2015.03.25";
|
||||
version = "0.10.2015.05.24";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/spaam/svtplay-dl/archive/${version}.tar.gz";
|
||||
sha256 = "0j0fg3qrldpaf880v488rr2snw6ghpdln4l9mbvmi70rjzzxv4ap";
|
||||
src = fetchFromGitHub {
|
||||
owner = "spaam";
|
||||
repo = "svtplay-dl";
|
||||
rev = version;
|
||||
sha256 = "0dzd5n4zvrplvm3sx017ym7jlngp4pn8nra9qx9n4wq6h4c6n6a5";
|
||||
};
|
||||
|
||||
pythonPaths = [ pycrypto ];
|
||||
|
|
Loading…
Reference in a new issue