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

Update 'svtplay-dl' version to 0.10.2015.01.05.
This commit is contained in:
Peter Simons 2015-01-11 11:31:54 +01:00
commit efbe928ac3

View File

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