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

View file

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