svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29

This commit is contained in:
Robert Helgesson 2015-11-30 23:32:44 +01:00
parent 775512eb6d
commit d76bc1daee

View File

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