Merge pull request #10780 from rycee/bump/svtplay-dl

svtplay-dl: 0.20.2015.10.08 -> 0.20.2015.10.25
This commit is contained in:
Edward Tjörnhammar 2015-11-01 15:43:38 +01:00
commit 1061f4a9a3

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "0.20.2015.10.08";
version = "0.20.2015.10.25";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "0mf5w4js2q4ahhkv3k6vs88haf02krhyl217cy05nw7wgxlrr5fx";
sha256 = "0azai5clc96lhsx4kj5rvp5bhiq4bwgl51r49b9x4i5s1bhfaz40";
};
pythonPaths = [ pycrypto requests2 ];