Update svtplay-dl to 0.10.2015.01.28.

This commit is contained in:
Robert Helgesson 2015-02-07 13:24:48 +01:00
parent 1570cb501c
commit ec61d946eb

View File

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