Update 'svtplay-dl' to 0.10.2015.03.25.

This commit is contained in:
Robert Helgesson 2015-04-11 00:21:27 +02:00
parent 8616a3539a
commit 4b761cf885

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "0.10.2015.01.28";
version = "0.10.2015.03.25";
src = fetchurl {
url = "https://github.com/spaam/svtplay-dl/archive/${version}.tar.gz";
sha256 = "0hjqhb4s0qpw2l7azcqmckbdc4mcvczp0w1dfk125n01z0w9c20c";
sha256 = "0j0fg3qrldpaf880v488rr2snw6ghpdln4l9mbvmi70rjzzxv4ap";
};
pythonPaths = [ pycrypto ];