svtplay-dl: 1.4 -> 1.5

This commit is contained in:
Robert Helgesson 2016-09-26 01:01:17 +02:00
parent 0f9ddacbd4
commit 1e12738dc4
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.4";
version = "1.5";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "0gxr9hcscxq7h8nwinm1arjfy2rw4i1iwq6ghnm7pw7ay1n7sfzq";
sha256 = "1hmg49fhvdf7yjybxmky4ymy5s4mgbh9b8pbgyfnhm1i3s544bz2";
};
pythonPaths = [ pycrypto requests2 ];