1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Merge pull request #11368 from rycee/bump/svtplay-dl

svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29
This commit is contained in:
Edward Tjörnhammar 2015-12-01 09:37:32 +01:00
commit 0fd54ec333

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "0.20.2015.10.25";
version = "0.20.2015.11.29";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "0azai5clc96lhsx4kj5rvp5bhiq4bwgl51r49b9x4i5s1bhfaz40";
sha256 = "10y0qxyyfw9kxiax3b0gdd38yz2y3lii75mgvlq6q6h77r3wham4";
};
pythonPaths = [ pycrypto requests2 ];