svtplay-dl: 1.3 -> 1.4

This commit is contained in:
Robert Helgesson 2016-09-17 22:58:48 +02:00
parent 8b597721f8
commit 32352638ec
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ let
inherit (pythonPackages) python nose pycrypto requests2 mock; inherit (pythonPackages) python nose pycrypto requests2 mock;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "svtplay-dl-${version}"; name = "svtplay-dl-${version}";
version = "1.3"; version = "1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spaam"; owner = "spaam";
repo = "svtplay-dl"; repo = "svtplay-dl";
rev = version; rev = version;
sha256 = "0cnhv9a6vdrp2wmyl69fb1yklbx1x5pblsy4a5a36gwxmaill05k"; sha256 = "0gxr9hcscxq7h8nwinm1arjfy2rw4i1iwq6ghnm7pw7ay1n7sfzq";
}; };
pythonPaths = [ pycrypto requests2 ]; pythonPaths = [ pycrypto requests2 ];