Update svtplay-dl to 0.10.2015.01.28.
This commit is contained in:
parent
1570cb501c
commit
ec61d946eb
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "svtplay-dl-${version}";
|
name = "svtplay-dl-${version}";
|
||||||
version = "0.10.2015.01.05";
|
version = "0.10.2015.01.28";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/spaam/svtplay-dl/archive/${version}.tar.gz";
|
url = "https://github.com/spaam/svtplay-dl/archive/${version}.tar.gz";
|
||||||
sha256 = "0b83yks8cw4yci4zjpc6dazh5hh33n88jygpj7a7mi14plf6xamc";
|
sha256 = "0hjqhb4s0qpw2l7azcqmckbdc4mcvczp0w1dfk125n01z0w9c20c";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ pycrypto ];
|
pythonPaths = [ pycrypto ];
|
||||||
|
|
Loading…
Reference in New Issue