Merge pull request #6214 from rycee/updates/svtplay-dl

Update svtplay-dl to 0.10.2015.01.28
This commit is contained in:
Edward Tjörnhammar 2015-02-07 13:32:51 +01:00
commit 73c43b4e4f

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 ];